Table of Contents

Class AzureSqlServers

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

Represents a collection of Azure SQL servers.

public class AzureSqlServers : BypassSection
Inheritance
AzureSqlServers
Inherited Members

Constructors

AzureSqlServers()

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

public AzureSqlServers()

Properties

Items

Gets or sets the items in the collection.

public AzureSqlServerCollection Items { get; set; }

Property Value

AzureSqlServerCollection

Methods

FromXml(string)

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

public static AzureSqlServers FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureSqlServers

A CENTREL.XIA.Configuration.Types.AzureSqlServers class.

ToString()

Returns the SQL servers as a human readable string.

public override string ToString()

Returns

string

The SQL servers as a human readable string.