Table of Contents

Class AzureStorageAccountKeyCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Azure storage accounts.

public class AzureStorageAccountKeyCollection : Collection<AzureStorageAccountKey>, IList<AzureStorageAccountKey>, ICollection<AzureStorageAccountKey>, IList, ICollection, IReadOnlyList<AzureStorageAccountKey>, IReadOnlyCollection<AzureStorageAccountKey>, IEnumerable<AzureStorageAccountKey>, IEnumerable
Inheritance
AzureStorageAccountKeyCollection
Implements
Inherited Members

Constructors

AzureStorageAccountKeyCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureStorageAccountKeyCollection class.

public AzureStorageAccountKeyCollection()

Methods

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.AzureStorageAccountKey with the specified name, or null if no CENTREL.XIA.Configuration.Types.AzureStorageAccountKey with that name is found.

public AzureStorageAccountKey FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.AzureStorageAccountKey to locate.

Returns

AzureStorageAccountKey

The CENTREL.XIA.Configuration.Types.AzureStorageAccountKey with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()