TagOperations Schnittstelle
Implementiert
public interface TagOperations
extends HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager>
Einstiegspunkt für die Tagverwaltungs-API.
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
abstract
Tag |
updateTags(Resource resource, Map<String,String> tags)
Updates die Tags der Azure-Ressource. |
abstract
Tag |
updateTags(String resourceId, Map<String,String> tags)
Updates die Tags der Azure-Ressource. |
abstract
rx.Observable<Tag |
updateTagsAsync(Resource resource, Map<String,String> tags)
Updates die Tags der Azure-Ressource. |
abstract
rx.Observable<Tag |
updateTagsAsync(String resourceId, Map<String,String> tags)
Updates die Tags der Azure-Ressource. |
Details zur Methode
updateTags
public abstract TagResource updateTags(Resource resource, Map
Updates die Tags der Azure-Ressource.
Parameters:
Returns:
updateTags
public abstract TagResource updateTags(String resourceId, Map
Updates die Tags der Azure-Ressource.
Parameters:
Returns:
updateTagsAsync
public abstract Observable
Updates die Tags der Azure-Ressource.
Parameters:
Returns:
updateTagsAsync
public abstract Observable
Updates die Tags der Azure-Ressource.
Parameters:
Returns:
Gilt für:
Azure SDK for Java