Table of Contents

Class AzureSqlElasticPoolCollection

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

Represents a collection of Azure SQL elastic pools.

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

Constructors

AzureSqlElasticPoolCollection()

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

public AzureSqlElasticPoolCollection()

Methods

FindById(string)

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

public AzureSqlElasticPool FindById(string resourceId)

Parameters

resourceId string

The identifier of the CENTREL.XIA.Configuration.Types.AzureSqlElasticPool to locate.

Returns

AzureSqlElasticPool

The CENTREL.XIA.Configuration.Types.AzureSqlElasticPool with the specified identifier.

Sort()

Sorts the values in the collection.

public void Sort()