TagOperations Interface
Implements
public interface TagOperations
extends HasManager<com.microsoft.azure.management.resources.implementation.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
rx.Observable<Tag |
updateTagsAsync(Resource resource, Map<String,String> tags)
Updates the tags of the Azure resource. |
abstract
rx.Observable<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 Observable
Updates the tags of the Azure resource.
Parameters:
Returns:
updateTagsAsync
public abstract Observable
Updates the tags of the Azure resource.
Parameters:
Returns:
Applies to
Azure SDK for Java