Uses of Class
com.azure.resourcemanager.resources.fluent.models.TagDetailsInner
-
Packages that use TagDetailsInner Package Description com.azure.resourcemanager.resources.fluent Package containing the service clients for ResourceManagementClient.com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models 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 TagDetailsInner Modifier and Type Method Description TagDetailsInnerTagOperationsClient. createOrUpdate(String tagName)This operation allows adding a name to the list of predefined tag names for the given subscription.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type TagDetailsInner Modifier and Type Method Description Mono<TagDetailsInner>TagOperationsClient. createOrUpdateAsync(String tagName)This operation allows adding a name to the list of predefined tag names for the given subscription.com.azure.core.http.rest.Response<TagDetailsInner>TagOperationsClient. createOrUpdateWithResponse(String tagName, com.azure.core.util.Context context)This operation allows adding a name to the list of predefined tag names for the given subscription.Mono<com.azure.core.http.rest.Response<TagDetailsInner>>TagOperationsClient. createOrUpdateWithResponseAsync(String tagName)This operation allows adding a name to the list of predefined tag names for the given subscription.com.azure.core.http.rest.PagedIterable<TagDetailsInner>TagOperationsClient. list()This operation performs a union of predefined tags, resource tags, resource group tags and subscription tags, and returns a summary of usage for each tag name and value under the given subscription.com.azure.core.http.rest.PagedIterable<TagDetailsInner>TagOperationsClient. list(com.azure.core.util.Context context)This operation performs a union of predefined tags, resource tags, resource group tags and subscription tags, and returns a summary of usage for each tag name and value under the given subscription.com.azure.core.http.rest.PagedFlux<TagDetailsInner>TagOperationsClient. listAsync()This operation performs a union of predefined tags, resource tags, resource group tags and subscription tags, and returns a summary of usage for each tag name and value under the given subscription. -
Uses of TagDetailsInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return TagDetailsInner Modifier and Type Method Description TagDetailsInnerTagDetailsInner. withCount(TagCount count)Set the count property: The total number of resources that use the resource tag.TagDetailsInnerTagDetailsInner. withTagName(String tagName)Set the tagName property: The tag name.TagDetailsInnerTagDetailsInner. 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 TagDetailsInner Modifier and Type Method Description List<TagDetailsInner>TagsListResult. value()Get the value property: An array of tags.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type TagDetailsInner Modifier and Type Method Description TagsListResultTagsListResult. withValue(List<TagDetailsInner> value)Set the value property: An array of tags.
-