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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java