TagResource Interface
Implements
public interface TagResource
extends HasId, HasName, HasInner<com.microsoft.azure.management.resources.implementation.TagsResourceInner>
An immutable client-side representation of an Azure resource with tags.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract java.util.Map<java.lang.String,java.lang.String> | tags() |
abstract java.lang.String | type() |
Method Details
tags
public abstract Map
Returns:
the tags for the resource
type
public abstract String type()
Returns:
the type of the resource
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java