Uses of Interface
com.azure.resourcemanager.apimanagement.models.AuthorizationContract
Packages that use AuthorizationContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationContractModifier and TypeMethodDescriptionAuthorizationContract.Update.apply()Executes the update request.AuthorizationContract.Update.apply(com.azure.core.util.Context context) Executes the update request.AuthorizationContract.DefinitionStages.WithCreate.create()Executes the create request.AuthorizationContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Authorizations.get(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId) Gets the details of the authorization specified by its identifier.Gets the details of the authorization specified by its identifier.AuthorizationContract.refresh()Refreshes the resource to sync with Azure.AuthorizationContract.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 AuthorizationContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AuthorizationContract> Authorizations.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the authorization specified by its identifier.com.azure.core.http.rest.Response<AuthorizationContract> Authorizations.getWithResponse(String resourceGroupName, String serviceName, String authorizationProviderId, String authorizationId, com.azure.core.util.Context context) Gets the details of the authorization specified by its identifier.com.azure.core.http.rest.PagedIterable<AuthorizationContract> Authorizations.listByAuthorizationProvider(String resourceGroupName, String serviceName, String authorizationProviderId) Lists a collection of authorization providers defined within a authorization provider.com.azure.core.http.rest.PagedIterable<AuthorizationContract> Authorizations.listByAuthorizationProvider(String resourceGroupName, String serviceName, String authorizationProviderId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of authorization providers defined within a authorization provider.