Class AzureSqlServerFirewallRules
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure SQL server firewall rules.
public class AzureSqlServerFirewallRules : BaseTypeSection
- Inheritance
-
AzureSqlServerFirewallRules
Constructors
AzureSqlServerFirewallRules()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureSqlServerFirewallRules class.
public AzureSqlServerFirewallRules()
Properties
Items
Gets or sets the items in the collection.
public AzureSqlServerFirewallRuleCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.AzureSqlServerFirewallRules class from the specified XML.
public static AzureSqlServerFirewallRules FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- AzureSqlServerFirewallRules
A CENTREL.XIA.Configuration.Types.AzureSqlServerFirewallRules class.
ToString()
Returns the SQL server firewall rules as a human readable string.
public override string ToString()
Returns
- string
The SQL server firewall rules as a human readable string.