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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET