Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.PolicyCollectionInner
Packages that use PolicyCollectionInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PolicyCollectionInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return PolicyCollectionInnerModifier and TypeMethodDescriptionGet the policy configuration at the API level.ApiOperationPoliciesClient.listByOperation(String resourceGroupName, String serviceName, String apiId, String operationId) Get the list of policy configuration at the API Operation level.WorkspaceProductPoliciesClient.listByProduct(String resourceGroupName, String serviceName, String workspaceId, String productId) Get the policy configuration at the Product level.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type PolicyCollectionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PolicyCollectionInner> ApiPoliciesClient.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<PolicyCollectionInner> ApiOperationPoliciesClient.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<PolicyCollectionInner> WorkspaceProductPoliciesClient.listByProductWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, com.azure.core.util.Context context) Get the policy configuration at the Product level. -
Uses of PolicyCollectionInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PolicyCollectionInnerModifier and TypeMethodDescriptionstatic PolicyCollectionInnerPolicyCollectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PolicyCollectionInner from the JsonReader.Set the count property: Total record count number.PolicyCollectionInner.withNextLink(String nextLink) Set the nextLink property: Next page link if any.PolicyCollectionInner.withValue(List<PolicyContractInner> value) Set the value property: Policy Contract value. -
Uses of PolicyCollectionInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PolicyCollectionInnerModifier and TypeMethodDescriptionPolicyCollection.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PolicyCollectionInner object.