MigrateSqlServerSqlDbSyncTaskOutputDatabaseError Class

Definition

[Newtonsoft.Json.JsonObject("DatabaseLevelErrorOutput")]
public class MigrateSqlServerSqlDbSyncTaskOutputDatabaseError : Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncTaskOutput
[<Newtonsoft.Json.JsonObject("DatabaseLevelErrorOutput")>]
type MigrateSqlServerSqlDbSyncTaskOutputDatabaseError = class
    inherit MigrateSqlServerSqlDbSyncTaskOutput
Public Class MigrateSqlServerSqlDbSyncTaskOutputDatabaseError
Inherits MigrateSqlServerSqlDbSyncTaskOutput
Inheritance
MigrateSqlServerSqlDbSyncTaskOutputDatabaseError
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

MigrateSqlServerSqlDbSyncTaskOutputDatabaseError()

Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskOutputDatabaseError class.

MigrateSqlServerSqlDbSyncTaskOutputDatabaseError(String, String, IList<SyncMigrationDatabaseErrorEvent>)

Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskOutputDatabaseError class.

Properties

ErrorMessage

Gets or sets error message

Events

Gets or sets list of error events.

Id

Gets result identifier

(Inherited from MigrateSqlServerSqlDbSyncTaskOutput)

Applies to