Freigeben über


ArmDataMigrationModelFactory.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError Method

Definition

public static Azure.ResourceManager.DataMigration.Models.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError(string id = default, Azure.ResourceManager.DataMigration.Models.DataMigrationReportableException error = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.SyncMigrationDatabaseErrorEvent> events = default);
static member MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError : string * Azure.ResourceManager.DataMigration.Models.DataMigrationReportableException * seq<Azure.ResourceManager.DataMigration.Models.SyncMigrationDatabaseErrorEvent> -> Azure.ResourceManager.DataMigration.Models.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError
Public Shared Function MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError (Optional id As String = Nothing, Optional error As DataMigrationReportableException = Nothing, Optional events As IEnumerable(Of SyncMigrationDatabaseErrorEvent) = Nothing) As MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError

Parameters

id
String

Result identifier.

error
DataMigrationReportableException

Migration error.

events
IEnumerable<SyncMigrationDatabaseErrorEvent>

List of error events.

Returns

A new MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError instance for mocking.

Applies to