Uses of Interface
com.azure.resourcemanager.resources.models.TagResource
Packages that use TagResource
Package
Description
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 TagResourceModifier and TypeMethodDescriptionTagOperations.updateTags(Resource resource, Map<String, String> tags) Updates the tags of the Azure resource.TagOperations.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 TagResourceModifier and TypeMethodDescriptionTagOperations.updateTagsAsync(Resource resource, Map<String, String> tags) Updates the tags of the Azure resource.TagOperations.updateTagsAsync(String resourceId, Map<String, String> tags) Updates the tags of the Azure resource.