Table of Contents

Class AzureSqlServerFailoverGroupCollection

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

Represents a collection of Azure SQL server failover groups.

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

Constructors

AzureSqlServerFailoverGroupCollection()

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

public AzureSqlServerFailoverGroupCollection()

Methods

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.AzureSqlServerFailoverGroup with the name identifier, or null if no CENTREL.XIA.Configuration.Types.AzureSqlServer with that name is found.

public AzureSqlServerFailoverGroup FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.AzureSqlServerFailoverGroup to locate.

Returns

AzureSqlServerFailoverGroup

The CENTREL.XIA.Configuration.Types.AzureSqlServerFailoverGroup with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()