你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: