MigrateSqlServerSqlDbSyncTaskOutputDatabaseError 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
MigrateSqlServerSqlDbSyncTaskOutputDatabaseError() |
Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskOutputDatabaseError class. |
MigrateSqlServerSqlDbSyncTaskOutputDatabaseError(String, String, IList<SyncMigrationDatabaseErrorEvent>) |
Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskOutputDatabaseError class. |
MigrateSqlServerSqlDbSyncTaskOutputDatabaseError()
Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskOutputDatabaseError class.
public MigrateSqlServerSqlDbSyncTaskOutputDatabaseError ();
Public Sub New ()
Applies to
MigrateSqlServerSqlDbSyncTaskOutputDatabaseError(String, String, IList<SyncMigrationDatabaseErrorEvent>)
Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskOutputDatabaseError class.
public MigrateSqlServerSqlDbSyncTaskOutputDatabaseError (string id = default, string errorMessage = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.SyncMigrationDatabaseErrorEvent> events = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncTaskOutputDatabaseError : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.SyncMigrationDatabaseErrorEvent> -> Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncTaskOutputDatabaseError
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.