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