TagResource Interface
Implements
public interface TagResource
extends HasId, HasName, HasInnerModel<TagsResourceInner>
An immutable client-side representation of an Azure resource with tags.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Map<String,String> |
tags()
Gets the tags for the resource. |
abstract String |
type()
Gets the type of the resource. |
Method Details
tags
public abstract Map
Gets the tags for the resource.
Returns:
the tags for the resource
type
public abstract String type()
Gets the type of the resource.
Returns:
the type of the resource
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java