Class AzureStorageAccountCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure storage accounts.
public class AzureStorageAccountCollection : Collection<AzureStorageAccount>, IList<AzureStorageAccount>, ICollection<AzureStorageAccount>, IList, ICollection, IReadOnlyList<AzureStorageAccount>, IReadOnlyCollection<AzureStorageAccount>, IEnumerable<AzureStorageAccount>, IEnumerable
- Inheritance
-
AzureStorageAccountCollection
- Implements
- Inherited Members
Constructors
AzureStorageAccountCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureStorageAccountCollection class.
public AzureStorageAccountCollection()
Methods
FindById(string)
Returns the CENTREL.XIA.Configuration.Types.AzureStorageAccount with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.AzureStorageAccount with that identifier is found.
public AzureStorageAccount FindById(string resourceId)
Parameters
resourceId
stringThe identifier of the CENTREL.XIA.Configuration.Types.AzureStorageAccount to locate.
Returns
- AzureStorageAccount
The CENTREL.XIA.Configuration.Types.AzureStorageAccount with the specified identifier.
Sort()
Sorts the values in the collection.
public void Sort()