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