Resource Interface
public interface Resource extends Indexable,HasId,HasName
Base interfaces for fluent resources.
Method Summary
Modifier and Type | Method and Description |
---|---|
Region | region() |
String | regionName() |
Map<String, String> | tags() |
String | type() |
Inherited Members
Method Details
region
public Region region()
Returns:
the region the resource is in
regionName
public String regionName()
Returns:
the name of the region the resource is in
tags
public Map
Returns:
the tags for the resource
type
public 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