Interface TagOperations
- All Superinterfaces:
HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager>
public interface TagOperations
extends HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager>
Entry point to tag management API.
-
Method Summary
Modifier and TypeMethodDescriptionupdateTags
(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.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.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
-
Method Details
-
updateTags
Updates the tags of the Azure resource.- Parameters:
resource
- the Azure resource to have its tags updatedtags
- the tags- Returns:
- the resource with updated tags
-
updateTags
Updates the tags of the Azure resource.- Parameters:
resourceId
- the ID of the Azure resource to have its tags updatedtags
- the tags- Returns:
- the resource with updated tags
-
updateTagsAsync
Updates the tags of the Azure resource.- Parameters:
resource
- the Azure resource to have its tags updatedtags
- the tags- Returns:
- the resource with updated tags
-
updateTagsAsync
Updates the tags of the Azure resource.- Parameters:
resourceId
- the ID of the Azure resource to have its tags updatedtags
- the tags- Returns:
- the resource with updated tags
-