Table of Contents

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

string

Name

Gets or sets the name of the firewall rule.

public string Name { get; set; }

Property Value

string

StartIPAddress

Gets or sets the start IP address.

public string StartIPAddress { get; set; }

Property Value

string

Methods

CompareTo(AzureSqlServerFirewallRule)

Compares two CENTREL.XIA.Configuration.Types.AzureSqlServerFirewallRule objects to allow sorting alphabetically by name.

public int CompareTo(AzureSqlServerFirewallRule other)

Parameters

other AzureSqlServerFirewallRule

The CENTREL.XIA.Configuration.Types.AzureSqlServerFirewallRule to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.AzureSqlServerFirewallRule objects.