public interface TagOperations extends HasManager<ResourceManager>
| Modifier and Type | Method and Description |
|---|---|
TagResource |
updateTags(Resource resource,
Map<String,String> tags)
Updates the tags of the Azure resource.
|
TagResource |
updateTags(String resourceId,
Map<String,String> tags)
Updates the tags of the Azure resource.
|
Mono<TagResource> |
updateTagsAsync(Resource resource,
Map<String,String> tags)
Updates the tags of the Azure resource.
|
Mono<TagResource> |
updateTagsAsync(String resourceId,
Map<String,String> tags)
Updates the tags of the Azure resource.
|
managerTagResource updateTags(Resource resource, Map<String,String> tags)
resource - the Azure resource to have its tags updatedtags - the tagsTagResource updateTags(String resourceId, Map<String,String> tags)
resourceId - the ID of the Azure resource to have its tags updatedtags - the tagsMono<TagResource> updateTagsAsync(Resource resource, Map<String,String> tags)
resource - the Azure resource to have its tags updatedtags - the tagsCopyright © 2021 Microsoft Corporation. All rights reserved.