你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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