MigrateSyncCompleteCommandInput(String) Constructor

Definition

Initializes a new instance of MigrateSyncCompleteCommandInput.

public MigrateSyncCompleteCommandInput (string databaseName);
new Azure.ResourceManager.DataMigration.Models.MigrateSyncCompleteCommandInput : string -> Azure.ResourceManager.DataMigration.Models.MigrateSyncCompleteCommandInput
Public Sub New (databaseName As String)

Parameters

databaseName
String

Name of database.

Exceptions

databaseName is null.

Applies to