ArmDataMigrationModelFactory.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput Method

Definition

Initializes a new instance of MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput.

public static Azure.ResourceManager.DataMigration.Models.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput (string id = default, string resultType = default);
static member MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput : string * string -> Azure.ResourceManager.DataMigration.Models.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput
Public Shared Function MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput (Optional id As String = Nothing, Optional resultType As String = Nothing) As MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput

Parameters

id
String

Result identifier.

resultType
String

Result type.

Returns

A new MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput instance for mocking.

Applies to