Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.TagResourceContractInner
Packages that use TagResourceContractInner
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 TagResourceContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type TagResourceContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<TagResourceContractInner> TagResourcesClient.listByService(String resourceGroupName, String serviceName) Lists a collection of resources associated with tags.com.azure.core.http.rest.PagedIterable<TagResourceContractInner> TagResourcesClient.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<TagResourceContractInner> ApisClient.listByTags(String resourceGroupName, String serviceName) Lists a collection of apis associated with tags.com.azure.core.http.rest.PagedIterable<TagResourceContractInner> ApisClient.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<TagResourceContractInner> OperationsClient.listByTags(String resourceGroupName, String serviceName, String apiId) Lists a collection of operations associated with tags.com.azure.core.http.rest.PagedIterable<TagResourceContractInner> OperationsClient.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<TagResourceContractInner> ProductsClient.listByTags(String resourceGroupName, String serviceName) Lists a collection of products associated with tags.com.azure.core.http.rest.PagedIterable<TagResourceContractInner> ProductsClient.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. -
Uses of TagResourceContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return TagResourceContractInnerModifier and TypeMethodDescriptionstatic TagResourceContractInnerTagResourceContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagResourceContractInner from the JsonReader.TagResourceContractInner.withApi(ApiTagResourceContractProperties api) Set the api property: API associated with the tag.TagResourceContractInner.withOperation(OperationTagResourceContractProperties operation) Set the operation property: Operation associated with the tag.TagResourceContractInner.withProduct(ProductTagResourceContractProperties product) Set the product property: Product associated with the tag.TagResourceContractInner.withTag(TagResourceContractProperties tag) Set the tag property: Tag associated with the resource. -
Uses of TagResourceContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return TagResourceContractInnerModifier and TypeMethodDescriptionTagResourceContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.TagResourceContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type TagResourceContractInnerModifier and TypeMethodDescriptionTagResourceCollection.value()Get the value property: Page values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type TagResourceContractInnerModifier and TypeMethodDescriptionTagResourceCollection.withValue(List<TagResourceContractInner> value) Set the value property: Page values.