Uses of Class
com.azure.resourcemanager.resources.fluent.models.TagDetailsInner
Packages that use TagDetailsInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of TagDetailsInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return TagDetailsInnerModifier and TypeMethodDescriptionTagOperationsClient.createOrUpdate(String tagName) Creates a predefined tag name.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type TagDetailsInnerModifier and TypeMethodDescriptionTagOperationsClient.createOrUpdateAsync(String tagName) Creates a predefined tag name.com.azure.core.http.rest.Response<TagDetailsInner>TagOperationsClient.createOrUpdateWithResponse(String tagName, com.azure.core.util.Context context) Creates a predefined tag name.Mono<com.azure.core.http.rest.Response<TagDetailsInner>>TagOperationsClient.createOrUpdateWithResponseAsync(String tagName) Creates a predefined tag name.com.azure.core.http.rest.PagedIterable<TagDetailsInner>TagOperationsClient.list()Gets a summary of tag usage under the subscription.com.azure.core.http.rest.PagedIterable<TagDetailsInner>TagOperationsClient.list(com.azure.core.util.Context context) Gets a summary of tag usage under the subscription.com.azure.core.http.rest.PagedFlux<TagDetailsInner>TagOperationsClient.listAsync()Gets a summary of tag usage under the subscription. -
Uses of TagDetailsInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return TagDetailsInnerModifier and TypeMethodDescriptionSet the count property: The total number of resources that use the resource tag.TagDetailsInner.withTagName(String tagName) Set the tagName property: The tag name.TagDetailsInner.withValues(List<TagValueInner> values) Set the values property: The list of tag values. -
Uses of TagDetailsInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type TagDetailsInnerModifier and TypeMethodDescriptionTagsListResult.value()Get the value property: An array of tags.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type TagDetailsInnerModifier and TypeMethodDescriptionTagsListResult.withValue(List<TagDetailsInner> value) Set the value property: An array of tags.