MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError Constructors
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.
Overloads
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError() |
Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError class. |
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError(String, String, IList<SyncMigrationDatabaseErrorEvent>) |
Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError class. |
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError()
Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError class.
public MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError ();
Public Sub New ()
Applies to
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError(String, String, IList<SyncMigrationDatabaseErrorEvent>)
Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError class.
public MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError (string id = default, string errorMessage = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.SyncMigrationDatabaseErrorEvent> events = default);
new Microsoft.Azure.Management.DataMigration.Models.MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.SyncMigrationDatabaseErrorEvent> -> Microsoft.Azure.Management.DataMigration.Models.MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError
Public Sub New (Optional id As String = Nothing, Optional errorMessage As String = Nothing, Optional events As IList(Of SyncMigrationDatabaseErrorEvent) = Nothing)
Parameters
- id
- String
Result identifier
- errorMessage
- String
Error message
- events
- IList<SyncMigrationDatabaseErrorEvent>
List of error events.