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) Creates a predefined value for a 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) Creates a predefined value for a predefined tag name.com.azure.core.http.rest.Response<TagValueInner> TagOperationsClient.createOrUpdateValueWithResponse(String tagName, String tagValue, com.azure.core.util.Context context) Creates a predefined value for a predefined tag name.Mono<com.azure.core.http.rest.Response<TagValueInner>> TagOperationsClient.createOrUpdateValueWithResponseAsync(String tagName, String tagValue) Creates a predefined value for a 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 TypeMethodDescriptionstatic TagValueInnerTagValueInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagValueInner from the JsonReader.Set 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.