Delen via


MigrateSqlServerSqlMISyncTaskOutputError Class

Definition

The MigrateSqlServerSqlMISyncTaskOutputError.

public class MigrateSqlServerSqlMISyncTaskOutputError : Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMISyncTaskOutput, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMISyncTaskOutputError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMISyncTaskOutputError>
type MigrateSqlServerSqlMISyncTaskOutputError = class
    inherit MigrateSqlServerSqlMISyncTaskOutput
    interface IJsonModel<MigrateSqlServerSqlMISyncTaskOutputError>
    interface IPersistableModel<MigrateSqlServerSqlMISyncTaskOutputError>
Public Class MigrateSqlServerSqlMISyncTaskOutputError
Inherits MigrateSqlServerSqlMISyncTaskOutput
Implements IJsonModel(Of MigrateSqlServerSqlMISyncTaskOutputError), IPersistableModel(Of MigrateSqlServerSqlMISyncTaskOutputError)
Inheritance
MigrateSqlServerSqlMISyncTaskOutputError
Implements

Properties

Error

Migration error.

Id

Result identifier.

(Inherited from MigrateSqlServerSqlMISyncTaskOutput)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSqlServerSqlMISyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MigrateSqlServerSqlMISyncTaskOutput)
IJsonModel<MigrateSqlServerSqlMISyncTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateSqlServerSqlMISyncTaskOutput)
IJsonModel<MigrateSqlServerSqlMISyncTaskOutputError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MigrateSqlServerSqlMISyncTaskOutputError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSqlServerSqlMISyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MigrateSqlServerSqlMISyncTaskOutput)
IPersistableModel<MigrateSqlServerSqlMISyncTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MigrateSqlServerSqlMISyncTaskOutput)
IPersistableModel<MigrateSqlServerSqlMISyncTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MigrateSqlServerSqlMISyncTaskOutput)
IPersistableModel<MigrateSqlServerSqlMISyncTaskOutputError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlMISyncTaskOutputError>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MigrateSqlServerSqlMISyncTaskOutputError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to