Bagikan melalui


ArmDataMigrationModelFactory.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError Method

Definition

Initializes a new instance of MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError.

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

Parameters

id
String

Result identifier.

error
ReportableException

Migration error.

events
IEnumerable<SyncMigrationDatabaseErrorEvent>

List of error events.

Returns

A new MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError instance for mocking.

Applies to