GeographicLocation Interface
Implements
public interface GeographicLocation
extends HasName, HasInnerModel<Region>
Type representing Geographic Hierarchy region (location).
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
List<Geographic |
childLocations() |
abstract String | code() |
abstract
List<Geographic |
descendantLocations() |
Method Details
childLocations
public abstract List
Returns:
list of immediate child locations grouped under this location in the Geographic Hierarchy.
code
public abstract String code()
Returns:
the location code.
descendantLocations
public abstract List
Returns:
list of all descendant locations grouped under this location in the Geographic Hierarchy.
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