IGeographicLocation Interface

Definition

Type representing Geographic Hierarchy region (location).

public interface IGeographicLocation : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.TrafficManager.Fluent.Models.RegionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName
type IGeographicLocation = interface
    interface IHasName
    interface IHasInner<RegionInner>
Public Interface IGeographicLocation
Implements IHasInner(Of RegionInner), IHasName
Implements

Properties

ChildLocations

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

Code

Gets the location code.

DescendantLocations

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

Inner (Inherited from IHasInner<T>)
Name

Gets the name of the resource

(Inherited from IHasName)

Applies to