MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput Constructors

Definition

Overloads

MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput()

Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput class.

MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput(String)

Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput class.

MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput()

Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput class.

public MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput ();
Public Sub New ()

Applies to

MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput(String)

Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput class.

public MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput (string id = default);
new Microsoft.Azure.Management.DataMigration.Models.MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput : string -> Microsoft.Azure.Management.DataMigration.Models.MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

Result identifier

Applies to