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
AzureSqlDatabaseReplicationLinks()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureSqlDatabaseReplicationLinks class.
public AzureSqlDatabaseReplicationLinks()
Properties
Items
Gets or sets the items in the collection.
public AzureSqlDatabaseReplicationLinkCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.AzureSqlDatabaseReplicationLinks class from the specified XML.
public static AzureSqlDatabaseReplicationLinks FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- AzureSqlDatabaseReplicationLinks
A CENTREL.XIA.Configuration.Types.AzureSqlDatabaseReplicationLinks class.
ToString()
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.