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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java