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