Uses of Class
com.azure.resourcemanager.resources.fluent.models.TagValueInner
Packages that use TagValueInner
Package
Description
Package containing the service clients for ResourceManagementClient.
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 TagValueInnerModifier and TypeMethodDescriptionTagOperationsClient.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 TagValueInnerModifier and TypeMethodDescriptionTagOperationsClient.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 TagValueInnerModifier and TypeMethodDescriptionSet the count property: The tag value count.TagValueInner.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 TagValueInnerModifier and TypeMethodDescriptionTagDetailsInner.values()Get the values property: The list of tag values.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type TagValueInnerModifier and TypeMethodDescriptionTagDetailsInner.withValues(List<TagValueInner> values) Set the values property: The list of tag values.