Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.PolicyDescriptionCollectionInner
-
Packages that use PolicyDescriptionCollectionInner Package Description com.azure.resourcemanager.apimanagement.fluent Package containing the service clients for ApiManagementClient.com.azure.resourcemanager.apimanagement.fluent.models Package containing the inner data models for ApiManagementClient.com.azure.resourcemanager.apimanagement.models Package containing the data models for ApiManagementClient. -
-
Uses of PolicyDescriptionCollectionInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return PolicyDescriptionCollectionInner Modifier and Type Method Description PolicyDescriptionCollectionInner
PolicyDescriptionsClient. listByService(String resourceGroupName, String serviceName)
Lists all policy descriptions.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type PolicyDescriptionCollectionInner Modifier and Type Method Description com.azure.core.http.rest.Response<PolicyDescriptionCollectionInner>
PolicyDescriptionsClient. listByServiceWithResponse(String resourceGroupName, String serviceName, PolicyScopeContract scope, com.azure.core.util.Context context)
Lists all policy descriptions. -
Uses of PolicyDescriptionCollectionInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PolicyDescriptionCollectionInner Modifier and Type Method Description PolicyDescriptionCollectionInner
PolicyDescriptionCollectionInner. withCount(Long count)
Set the count property: Total record count number.PolicyDescriptionCollectionInner
PolicyDescriptionCollectionInner. withValue(List<PolicyDescriptionContract> value)
Set the value property: Descriptions of APIM policies. -
Uses of PolicyDescriptionCollectionInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PolicyDescriptionCollectionInner Modifier and Type Method Description PolicyDescriptionCollectionInner
PolicyDescriptionCollection. innerModel()
Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PolicyDescriptionCollectionInner object.
-