Class AzureStorageAccounts
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure storage accounts.
public class AzureStorageAccounts : BypassSection
- Inheritance
-
AzureStorageAccounts
- Inherited Members
Constructors
AzureStorageAccounts()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureStorageAccounts class.
public AzureStorageAccounts()
Properties
Items
Gets or sets the items in the collection.
public AzureStorageAccountCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.AzureStorageAccounts class from the specified XML.
public static AzureStorageAccounts FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- AzureStorageAccounts
A CENTREL.XIA.Configuration.Types.AzureStorageAccounts class.
ToString()
Returns the storage accounts as a human readable string.
public override string ToString()
Returns
- string
The storage accounts as a human readable string.