Uses of Class
com.azure.resourcemanager.resources.fluent.models.TagValueInner
-
Packages that use TagValueInner 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. -
-
Uses of TagValueInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return TagValueInner Modifier and Type Method Description TagValueInnerTagOperationsClient. createOrUpdateValue(String tagName, String tagValue)This operation allows adding a value to the list of predefined values for an existing predefined tag name.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type TagValueInner Modifier and Type Method Description Mono<TagValueInner>TagOperationsClient. createOrUpdateValueAsync(String tagName, String tagValue)This operation allows adding a value to the list of predefined values for an existing predefined tag name.com.azure.core.http.rest.Response<TagValueInner>TagOperationsClient. createOrUpdateValueWithResponse(String tagName, String tagValue, com.azure.core.util.Context context)This operation allows adding a value to the list of predefined values for an existing predefined tag name.Mono<com.azure.core.http.rest.Response<TagValueInner>>TagOperationsClient. createOrUpdateValueWithResponseAsync(String tagName, String tagValue)This operation allows adding a value to the list of predefined values for an existing predefined tag name. -
Uses of TagValueInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return TagValueInner Modifier and Type Method Description TagValueInnerTagValueInner. withCount(TagCount count)Set the count property: The tag value count.TagValueInnerTagValueInner. withTagValue(String tagValue)Set the tagValue property: The tag value.Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type TagValueInner Modifier and Type Method Description List<TagValueInner>TagDetailsInner. values()Get the values property: The list of tag values.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type TagValueInner Modifier and Type Method Description TagDetailsInnerTagDetailsInner. withValues(List<TagValueInner> values)Set the values property: The list of tag values.
-