Table of Contents

Class AzureSqlServerFirewallRuleCollection

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

Represents a collection of Azure SQL server firewall rules.

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

Constructors

AzureSqlServerFirewallRuleCollection()

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

public AzureSqlServerFirewallRuleCollection()

Methods

Sort()

Sorts the values in the collection.

public void Sort()