次の方法で共有


ArmDataMigrationModelFactory.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError メソッド

定義

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

パラメーター

id
String

結果識別子。

error
ReportableException

移行エラー。

events
IEnumerable<SyncMigrationDatabaseErrorEvent>

エラー イベントの一覧。

戻り値

モック作成用の新しい MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError インスタンス。

適用対象