ArmDataMigrationModelFactory.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputDatabaseError Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputDatabaseError.
public static Azure.ResourceManager.DataMigration.Models.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputDatabaseError MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputDatabaseError (string id = default, string errorMessage = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.SyncMigrationDatabaseErrorEvent> events = default);
static member MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputDatabaseError : string * string * seq<Azure.ResourceManager.DataMigration.Models.SyncMigrationDatabaseErrorEvent> -> Azure.ResourceManager.DataMigration.Models.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputDatabaseError
Public Shared Function MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputDatabaseError (Optional id As String = Nothing, Optional errorMessage As String = Nothing, Optional events As IEnumerable(Of SyncMigrationDatabaseErrorEvent) = Nothing) As MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputDatabaseError
Parameters
- id
- String
Result identifier.
- errorMessage
- String
Error message.
List of error events.
Returns
A new MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputDatabaseError instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET