Compartilhar via


MigrateMISyncCompleteCommandInput Constructors

Definition

Overloads

MigrateMISyncCompleteCommandInput()

Initializes a new instance of the MigrateMISyncCompleteCommandInput class.

MigrateMISyncCompleteCommandInput(String)

Initializes a new instance of the MigrateMISyncCompleteCommandInput class.

MigrateMISyncCompleteCommandInput()

Initializes a new instance of the MigrateMISyncCompleteCommandInput class.

public MigrateMISyncCompleteCommandInput ();
Public Sub New ()

Applies to

MigrateMISyncCompleteCommandInput(String)

Initializes a new instance of the MigrateMISyncCompleteCommandInput class.

public MigrateMISyncCompleteCommandInput (string sourceDatabaseName);
new Microsoft.Azure.Management.DataMigration.Models.MigrateMISyncCompleteCommandInput : string -> Microsoft.Azure.Management.DataMigration.Models.MigrateMISyncCompleteCommandInput
Public Sub New (sourceDatabaseName As String)

Parameters

sourceDatabaseName
String

Name of managed instance database

Applies to