Table of Contents

Class AzureSqlDatabaseReplicationLinks

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

Represents a collection of Azure SQL database replication links.

public class AzureSqlDatabaseReplicationLinks : BypassSection
Inheritance
AzureSqlDatabaseReplicationLinks
Inherited Members

Constructors

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

public AzureSqlDatabaseReplicationLinks()

Properties

Gets or sets the items in the collection.

public AzureSqlDatabaseReplicationLinkCollection Items { get; set; }

Property Value

AzureSqlDatabaseReplicationLinkCollection

Methods

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

public static AzureSqlDatabaseReplicationLinks FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureSqlDatabaseReplicationLinks

A CENTREL.XIA.Configuration.Types.AzureSqlDatabaseReplicationLinks class.

Returns the SQL database replication links as a human readable string.

public override string ToString()

Returns

string

The SQL database replication links as a human readable string.