TagOperations Interface
Definition
Entry point to tag management API.
public interface TagOperations extends HasManager<ResourceManager>
- Implements
-
HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager>
Methods
| updateTags(Resource resource, Map<String,String> tags) |
Updates the tags of the Azure resource. |
| updateTags(String resourceId, Map<String,String> tags) |
Updates the tags of the Azure resource. |
| updateTagsAsync(Resource resource, Map<String,String> tags) |
Updates the tags of the Azure resource. |
| updateTagsAsync(String resourceId, Map<String,String> tags) |
Updates the tags of the Azure resource. |