| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TagResource |
TagOperations.updateTags(Resource resource,
Map<String,String> tags)
Updates the tags of the Azure resource.
|
TagResource |
TagOperations.updateTags(String resourceId,
Map<String,String> tags)
Updates the tags of the Azure resource.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<TagResource> |
TagOperations.updateTagsAsync(Resource resource,
Map<String,String> tags)
Updates the tags of the Azure resource.
|
rx.Observable<TagResource> |
TagOperations.updateTagsAsync(String resourceId,
Map<String,String> tags)
Updates the tags of the Azure resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/