Uses of Interface
com.azure.resourcemanager.apimanagement.models.AuthorizationProviderContract
Packages that use AuthorizationProviderContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationProviderContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationProviderContractModifier and TypeMethodDescriptionAuthorizationProviderContract.Update.apply()Executes the update request.AuthorizationProviderContract.Update.apply(com.azure.core.util.Context context) Executes the update request.AuthorizationProviderContract.DefinitionStages.WithCreate.create()Executes the create request.AuthorizationProviderContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.AuthorizationProviders.get(String resourceGroupName, String serviceName, String authorizationProviderId) Gets the details of the authorization provider specified by its identifier.Gets the details of the authorization provider specified by its identifier.AuthorizationProviderContract.refresh()Refreshes the resource to sync with Azure.AuthorizationProviderContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AuthorizationProviderContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AuthorizationProviderContract> AuthorizationProviders.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the authorization provider specified by its identifier.com.azure.core.http.rest.Response<AuthorizationProviderContract> AuthorizationProviders.getWithResponse(String resourceGroupName, String serviceName, String authorizationProviderId, com.azure.core.util.Context context) Gets the details of the authorization provider specified by its identifier.com.azure.core.http.rest.PagedIterable<AuthorizationProviderContract> AuthorizationProviders.listByService(String resourceGroupName, String serviceName) Lists a collection of authorization providers defined within a service instance.com.azure.core.http.rest.PagedIterable<AuthorizationProviderContract> AuthorizationProviders.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of authorization providers defined within a service instance.