Uses of Interface
com.azure.resourcemanager.apimanagement.models.TagResourceContract
Packages that use TagResourceContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of TagResourceContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type TagResourceContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<TagResourceContract> TagResources.listByService(String resourceGroupName, String serviceName) Lists a collection of resources associated with tags.com.azure.core.http.rest.PagedIterable<TagResourceContract> TagResources.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of resources associated with tags.com.azure.core.http.rest.PagedIterable<TagResourceContract> Apis.listByTags(String resourceGroupName, String serviceName) Lists a collection of apis associated with tags.com.azure.core.http.rest.PagedIterable<TagResourceContract> Apis.listByTags(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, Boolean includeNotTaggedApis, com.azure.core.util.Context context) Lists a collection of apis associated with tags.com.azure.core.http.rest.PagedIterable<TagResourceContract> Operations.listByTags(String resourceGroupName, String serviceName, String apiId) Lists a collection of operations associated with tags.com.azure.core.http.rest.PagedIterable<TagResourceContract> Operations.listByTags(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, Boolean includeNotTaggedOperations, com.azure.core.util.Context context) Lists a collection of operations associated with tags.com.azure.core.http.rest.PagedIterable<TagResourceContract> Products.listByTags(String resourceGroupName, String serviceName) Lists a collection of products associated with tags.com.azure.core.http.rest.PagedIterable<TagResourceContract> Products.listByTags(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, Boolean includeNotTaggedProducts, com.azure.core.util.Context context) Lists a collection of products associated with tags.