GeographicLocation Interface

public interface GeographicLocation extends HasName,HasInner<com.microsoft.azure.management.trafficmanager.Region>

Type representing Geographic Hierarchy region (location).

Method Summary

Modifier and Type Method and Description
List<GeographicLocation> childLocations()
String code()
List<GeographicLocation> descendantLocations()

Inherited Members

Method Details

childLocations

public List childLocations()

Returns:

list of immediate child locations grouped under this location in the Geographic Hierarchy.

code

public String code()

Returns:

the location code.

descendantLocations

public List descendantLocations()

Returns:

list of all descendant locations grouped under this location in the Geographic Hierarchy.

Applies to