你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.