Class AzureLocations
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of all Azure locations available for use.
public class AzureLocations : BaseTypeSection
- Inheritance
-
AzureLocations
Constructors
AzureLocations()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureLocations class.
public AzureLocations()
Properties
Items
Gets or sets the items in the collection.
public AzureLocationCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.AzureLocations class from the specified XML.
public static AzureLocations FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- AzureLocations
A CENTREL.XIA.Configuration.Types.AzureLocations class.
ToString()
Returns the Azure locations as a human readable string.
public override string ToString()
Returns
- string
The Azure locations as a human readable string.
ToStringCollection()
Returns the internal names of the locations.
public SerializableStringCollection ToStringCollection()
Returns
- SerializableStringCollection
A CENTREL.Support.SerializableStringCollection containing the location names.