Class AzureSqlServerFirewallRule
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Azure SQL server firewall rule.
public class AzureSqlServerFirewallRule : GlobalSerializableClassicBase, IComparable<AzureSqlServerFirewallRule>
- Inheritance
-
AzureSqlServerFirewallRule
- Implements
Constructors
AzureSqlServerFirewallRule()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureSqlServerFirewallRule class.
public AzureSqlServerFirewallRule()
Properties
EndIPAddress
Gets or sets the end IP address.
public string EndIPAddress { get; set; }
Property Value
Name
Gets or sets the name of the firewall rule.
public string Name { get; set; }
Property Value
StartIPAddress
Gets or sets the start IP address.
public string StartIPAddress { get; set; }
Property Value
Methods
CompareTo(AzureSqlServerFirewallRule)
Compares two CENTREL.XIA.Configuration.Types.AzureSqlServerFirewallRule objects to allow sorting alphabetically by name.
public int CompareTo(AzureSqlServerFirewallRule other)
Parameters
other
AzureSqlServerFirewallRuleThe CENTREL.XIA.Configuration.Types.AzureSqlServerFirewallRule to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.AzureSqlServerFirewallRule objects.