Uses of Interface
com.azure.resourcemanager.resources.models.TagResource
-
Packages that use TagResource Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of TagResource in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return TagResource Modifier and Type Method Description TagResourceTagOperations. updateTags(Resource resource, Map<String,String> tags)Updates the tags of the Azure resource.TagResourceTagOperations. updateTags(String resourceId, Map<String,String> tags)Updates the tags of the Azure resource.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type TagResource Modifier and Type Method Description Mono<TagResource>TagOperations. updateTagsAsync(Resource resource, Map<String,String> tags)Updates the tags of the Azure resource.Mono<TagResource>TagOperations. updateTagsAsync(String resourceId, Map<String,String> tags)Updates the tags of the Azure resource.
-