Table of Contents

Class AzureSqlDatabases

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

Represents a collection of Azure SQL databases.

public class AzureSqlDatabases : BypassSection
Inheritance
AzureSqlDatabases
Inherited Members

Constructors

AzureSqlDatabases()

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

public AzureSqlDatabases()

Properties

Items

Gets or sets the items in the collection.

public AzureSqlDatabaseCollection Items { get; set; }

Property Value

AzureSqlDatabaseCollection

Methods

FromXml(string)

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

public static AzureSqlDatabases FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureSqlDatabases

A CENTREL.XIA.Configuration.Types.AzureSqlDatabases class.

ToString()

Returns the SQL databases as a human readable string.

public override string ToString()

Returns

string

The SQL databases as a human readable string.