Compartilhar via


MigrateSyncCompleteCommandInput Constructors

Definition

Overloads

MigrateSyncCompleteCommandInput()

Initializes a new instance of the MigrateSyncCompleteCommandInput class.

MigrateSyncCompleteCommandInput(String, Nullable<DateTimeOffset>)

Initializes a new instance of the MigrateSyncCompleteCommandInput class.

MigrateSyncCompleteCommandInput()

Initializes a new instance of the MigrateSyncCompleteCommandInput class.

public MigrateSyncCompleteCommandInput ();
Public Sub New ()

Applies to

MigrateSyncCompleteCommandInput(String, Nullable<DateTimeOffset>)

Initializes a new instance of the MigrateSyncCompleteCommandInput class.

public MigrateSyncCompleteCommandInput (string databaseName, DateTimeOffset? commitTimeStamp = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSyncCompleteCommandInput : string * Nullable<DateTimeOffset> -> Microsoft.Azure.Management.DataMigration.Models.MigrateSyncCompleteCommandInput
Public Sub New (databaseName As String, Optional commitTimeStamp As Nullable(Of DateTimeOffset) = Nothing)

Parameters

databaseName
String

Name of database

commitTimeStamp
Nullable<DateTimeOffset>

Time stamp to complete

Applies to