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