TagOperations Interface
Implements
public interface TagOperations
extends HasManager<ResourceManager>
Entry point to tag management API.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Tag |
updateTags(Resource resource, Map<String,String> tags)
Updates the tags of the Azure resource. |
abstract
Tag |
updateTags(String resourceId, Map<String,String> tags)
Updates the tags of the Azure resource. |
abstract
Mono<Tag |
updateTagsAsync(Resource resource, Map<String,String> tags)
Updates the tags of the Azure resource. |
abstract
Mono<Tag |
updateTagsAsync(String resourceId, Map<String,String> tags)
Updates the tags of the Azure resource. |
Method Details
updateTags
public abstract TagResource updateTags(Resource resource, Map
Updates the tags of the Azure resource.
Parameters:
Returns:
updateTags
public abstract TagResource updateTags(String resourceId, Map
Updates the tags of the Azure resource.
Parameters:
Returns:
updateTagsAsync
public abstract Mono
Updates the tags of the Azure resource.
Parameters:
Returns:
updateTagsAsync
public abstract Mono
Updates the tags of the Azure resource.
Parameters:
Returns:
Applies to
Azure SDK for Java