Uses of Interface
com.azure.resourcemanager.apimanagement.models.PolicyCollection
Packages that use PolicyCollection
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of PolicyCollection in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PolicyCollectionModifier and TypeMethodDescriptionGet the policy configuration at the API level.ApiOperationPolicies.listByOperation(String resourceGroupName, String serviceName, String apiId, String operationId) Get the list of policy configuration at the API Operation level.WorkspaceProductPolicies.listByProduct(String resourceGroupName, String serviceName, String workspaceId, String productId) Get the policy configuration at the Product level.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PolicyCollectionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PolicyCollection> ApiPolicies.listByApiWithResponse(String resourceGroupName, String serviceName, String apiId, com.azure.core.util.Context context) Get the policy configuration at the API level.com.azure.core.http.rest.Response<PolicyCollection> ApiOperationPolicies.listByOperationWithResponse(String resourceGroupName, String serviceName, String apiId, String operationId, com.azure.core.util.Context context) Get the list of policy configuration at the API Operation level.com.azure.core.http.rest.Response<PolicyCollection> WorkspaceProductPolicies.listByProductWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, com.azure.core.util.Context context) Get the policy configuration at the Product level.