Table of Contents

Class AzureLocation

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Azure location.

public class AzureLocation : BaseTypeSection, IComparable<AzureLocation>
Inheritance
AzureLocation
Implements

Constructors

AzureLocation()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureLocation class.

public AzureLocation()

Properties

DisplayName

Gets or sets the display name of the location - for example "Central US".

public string DisplayName { get; set; }

Property Value

string

Geography

Gets or sets the geography of the location.

public string Geography { get; set; }

Property Value

string

GeographyGroup

Gets or sets the geography group of the location.

public string GeographyGroup { get; set; }

Property Value

string

Latitude

Gets or sets the latitude of the location.

public double Latitude { get; set; }

Property Value

double

Longitude

Gets or sets the longitude of the location.

public double Longitude { get; set; }

Property Value

double

Name

Gets or sets the name of the location - for example "centralus".

public string Name { get; set; }

Property Value

string

RegionCategory

Gets or sets the region category.

public AzureLocationRegionCategory RegionCategory { get; set; }

Property Value

AzureLocationRegionCategory

RegionType

Gets or sets the region type.

public AzureLocationRegionType RegionType { get; set; }

Property Value

AzureLocationRegionType

Methods

CompareTo(AzureLocation)

Compares two CENTREL.XIA.Configuration.Types.AzureLocation objects to allow sorting alphabetically by display name.

public int CompareTo(AzureLocation other)

Parameters

other AzureLocation

The CENTREL.XIA.Configuration.Types.AzureLocation to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.AzureLocation objects.