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