Table of Contents

Class AzureSqlServerVirtualNetworkRules

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

Represents a collection of Azure SQL server virtual network rules.

public class AzureSqlServerVirtualNetworkRules : BaseTypeSection
Inheritance
AzureSqlServerVirtualNetworkRules

Constructors

AzureSqlServerVirtualNetworkRules()

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

public AzureSqlServerVirtualNetworkRules()

Properties

Items

Gets or sets the items in the collection.

public AzureSqlServerVirtualNetworkRuleCollection Items { get; set; }

Property Value

AzureSqlServerVirtualNetworkRuleCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.AzureSqlServerVirtualNetworkRules class from the specified XML.

public static AzureSqlServerVirtualNetworkRules FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureSqlServerVirtualNetworkRules

A CENTREL.XIA.Configuration.Types.AzureSqlServerVirtualNetworkRules class.

ToString()

Returns the SQL server virtual network rules as a human readable string.

public override string ToString()

Returns

string

The SQL server virtual network rules as a human readable string.