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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java