public interface TagOperations extends HasManager<com.microsoft.azure.management.resources.implementation.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.
|
rx.Observable<TagResource> |
updateTagsAsync(Resource resource,
Map<String,String> tags)
Updates the tags of the Azure resource.
|
rx.Observable<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 tagsrx.Observable<TagResource> updateTagsAsync(Resource resource, Map<String,String> tags)
resource - the Azure resource to have its tags updatedtags - the tagsrx.Observable<TagResource> updateTagsAsync(String resourceId, Map<String,String> tags)
resourceId - the ID of the Azure resource to have its tags updatedtags - the tags/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/