Table of Contents

Class AzureSqlDatabaseSyncGroups

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

Represents a collection of Azure SQL database sync groups.

public class AzureSqlDatabaseSyncGroups : BypassSection
Inheritance
AzureSqlDatabaseSyncGroups
Inherited Members

Constructors

AzureSqlDatabaseSyncGroups()

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

public AzureSqlDatabaseSyncGroups()

Properties

Items

Gets or sets the items in the collection.

public AzureSqlDatabaseSyncGroupCollection Items { get; set; }

Property Value

AzureSqlDatabaseSyncGroupCollection

Methods

FromXml(string)

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

public static AzureSqlDatabaseSyncGroups FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureSqlDatabaseSyncGroups

A CENTREL.XIA.Configuration.Types.AzureSqlDatabaseSyncGroups class.

ToString()

Returns the SQL database sync groups as a human readable string.

public override string ToString()

Returns

string

The SQL database sync groups as a human readable string.