Uses of Interface
com.azure.resourcemanager.apimanagement.models.ResourceCollection
Packages that use ResourceCollection
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ResourceCollection in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ResourceCollectionModifier and TypeMethodDescriptionPolicyFragmentContract.listReferences()Lists policy resources that reference the policy fragment.PolicyFragments.listReferences(String resourceGroupName, String serviceName, String id) Lists policy resources that reference the policy fragment.WorkspacePolicyFragments.listReferences(String resourceGroupName, String serviceName, String workspaceId, String id) Lists policy resources that reference the policy fragment.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ResourceCollectionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ResourceCollection> PolicyFragmentContract.listReferencesWithResponse(Integer top, Integer skip, com.azure.core.util.Context context) Lists policy resources that reference the policy fragment.com.azure.core.http.rest.Response<ResourceCollection> PolicyFragments.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<ResourceCollection> WorkspacePolicyFragments.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.