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()
Gets list of immediate child locations grouped under this location in the Geographic Hierarchy. |
abstract String |
code()
Gets the location code. |
abstract
List<Geographic |
descendantLocations()
Gets list of all descendant locations grouped under this location in the Geographic Hierarchy. |
Method Details
childLocations
public abstract List
Gets list of immediate child locations grouped under this location in the Geographic Hierarchy.
Returns:
code
public abstract String code()
Gets the location code.
Returns:
descendantLocations
public abstract List
Gets list of all descendant locations grouped under this location in the Geographic Hierarchy.
Returns:
Applies to
Azure SDK for Java