Class AzureStorageAccountKey
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Azure storage account access key.
public class AzureStorageAccountKey : GlobalSerializableClassicBase, IComparable<AzureStorageAccountKey>
- Inheritance
-
AzureStorageAccountKey
- Implements
Constructors
AzureStorageAccountKey()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureStorageAccountKey class.
public AzureStorageAccountKey()
Properties
DateCreated
Gets or sets the date and time the key was created.
public DateTime DateCreated { get; set; }
Property Value
Name
Gets or sets the name of the storage account access key.
public string Name { get; set; }
Property Value
Value
Gets or sets the key value.
public string Value { get; set; }
Property Value
Methods
CompareTo(AzureStorageAccountKey)
Compares two CENTREL.XIA.Configuration.Types.AzureStorageAccountKey objects to allow sorting alphabetically by name.
public int CompareTo(AzureStorageAccountKey other)
Parameters
other
AzureStorageAccountKeyThe CENTREL.XIA.Configuration.Types.AzureStorageAccountKey to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.AzureStorageAccountKey objects.