Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ResourceCollectionInner
Packages that use ResourceCollectionInner
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 ResourceCollectionInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return ResourceCollectionInnerModifier and TypeMethodDescriptionPolicyFragmentsClient.listReferences(String resourceGroupName, String serviceName, String id) Lists policy resources that reference the policy fragment.WorkspacePolicyFragmentsClient.listReferences(String resourceGroupName, String serviceName, String workspaceId, String id) Lists policy resources that reference the policy fragment.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type ResourceCollectionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ResourceCollectionInner> PolicyFragmentsClient.listReferencesWithResponse(String resourceGroupName, String serviceName, String id, Integer top, Integer skip, com.azure.core.util.Context context) Lists policy resources that reference the policy fragment.com.azure.core.http.rest.Response<ResourceCollectionInner> WorkspacePolicyFragmentsClient.listReferencesWithResponse(String resourceGroupName, String serviceName, String workspaceId, String id, Integer top, Integer skip, com.azure.core.util.Context context) Lists policy resources that reference the policy fragment. -
Uses of ResourceCollectionInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ResourceCollectionInnerModifier and TypeMethodDescriptionstatic ResourceCollectionInnerResourceCollectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceCollectionInner from the JsonReader.Set the count property: Total record count number.ResourceCollectionInner.withNextLink(String nextLink) Set the nextLink property: Next page link if any.ResourceCollectionInner.withValue(List<ResourceCollectionValueItem> value) Set the value property: A collection of resources. -
Uses of ResourceCollectionInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ResourceCollectionInnerModifier and TypeMethodDescriptionResourceCollection.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ResourceCollectionInner object.