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