AzureSqlSyncFullSchemaModel Constructors

Definition

Overloads

AzureSqlSyncFullSchemaModel()

Construct AzureSqlSyncFullSchemaModel

AzureSqlSyncFullSchemaModel(SyncFullSchema)

Construct AzureSqlSyncFullSchemaModel

AzureSqlSyncFullSchemaModel()

Construct AzureSqlSyncFullSchemaModel

public AzureSqlSyncFullSchemaModel ();
Public Sub New ()

Applies to

AzureSqlSyncFullSchemaModel(SyncFullSchema)

Construct AzureSqlSyncFullSchemaModel

public AzureSqlSyncFullSchemaModel (Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncFullSchema schema);
new Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel : Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncFullSchema -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel
Public Sub New (schema As SyncFullSchema)

Parameters

schema
SyncFullSchema

sync full schema

Applies to