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
Geography
Gets or sets the geography of the location.
public string Geography { get; set; }
Property Value
GeographyGroup
Gets or sets the geography group of the location.
public string GeographyGroup { get; set; }
Property Value
Latitude
Gets or sets the latitude of the location.
public double Latitude { get; set; }
Property Value
Longitude
Gets or sets the longitude of the location.
public double Longitude { get; set; }
Property Value
Name
Gets or sets the name of the location - for example "centralus".
public string Name { get; set; }
Property Value
RegionCategory
Gets or sets the region category.
public AzureLocationRegionCategory RegionCategory { get; set; }
Property Value
RegionType
Gets or sets the region type.
public AzureLocationRegionType RegionType { get; set; }
Property Value
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
AzureLocationThe CENTREL.XIA.Configuration.Types.AzureLocation to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.AzureLocation objects.