SyncGroupSchema Constructors

Definition

Overloads

SyncGroupSchema()

Initializes a new instance of the SyncGroupSchema class.

SyncGroupSchema(IList<SyncGroupSchemaTable>, String)

Initializes a new instance of the SyncGroupSchema class.

SyncGroupSchema()

Initializes a new instance of the SyncGroupSchema class.

public SyncGroupSchema ();
Public Sub New ()

Applies to

SyncGroupSchema(IList<SyncGroupSchemaTable>, String)

Initializes a new instance of the SyncGroupSchema class.

public SyncGroupSchema (System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchemaTable> tables = default, string masterSyncMemberName = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchema : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchemaTable> * string -> Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchema
Public Sub New (Optional tables As IList(Of SyncGroupSchemaTable) = Nothing, Optional masterSyncMemberName As String = Nothing)

Parameters

tables
IList<SyncGroupSchemaTable>

List of tables in sync group schema.

masterSyncMemberName
String

Name of master sync member where the schema is from.

Applies to