Uses of Interface
com.azure.resourcemanager.apimanagement.models.PolicyRestrictionContract
Packages that use PolicyRestrictionContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of PolicyRestrictionContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PolicyRestrictionContractModifier and TypeMethodDescriptionPolicyRestrictionContract.Update.apply()Executes the update request.PolicyRestrictionContract.Update.apply(com.azure.core.util.Context context) Executes the update request.PolicyRestrictionContract.DefinitionStages.WithCreate.create()Executes the create request.PolicyRestrictionContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Get the policy restriction of the Api Management service.Get the policy restriction of the Api Management service.PolicyRestrictionContract.refresh()Refreshes the resource to sync with Azure.PolicyRestrictionContract.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 PolicyRestrictionContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PolicyRestrictionContract> PolicyRestrictions.getByIdWithResponse(String id, com.azure.core.util.Context context) Get the policy restriction of the Api Management service.com.azure.core.http.rest.Response<PolicyRestrictionContract> PolicyRestrictions.getWithResponse(String resourceGroupName, String serviceName, String policyRestrictionId, com.azure.core.util.Context context) Get the policy restriction of the Api Management service.com.azure.core.http.rest.PagedIterable<PolicyRestrictionContract> PolicyRestrictions.listByService(String resourceGroupName, String serviceName) Gets all policy restrictions of API Management services.com.azure.core.http.rest.PagedIterable<PolicyRestrictionContract> PolicyRestrictions.listByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Gets all policy restrictions of API Management services.