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
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