Share via


MigrateSqlServerSqlDBTaskOutputError Class

Definition

The MigrateSqlServerSqlDBTaskOutputError.

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

Properties

Error

Migration error.

Id

Result identifier.

(Inherited from MigrateSqlServerSqlDBTaskOutput)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSqlServerSqlDBTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateSqlServerSqlDBTaskOutput)
IJsonModel<MigrateSqlServerSqlDBTaskOutputError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSqlServerSqlDBTaskOutputError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSqlServerSqlDBTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MigrateSqlServerSqlDBTaskOutput)
IPersistableModel<MigrateSqlServerSqlDBTaskOutputError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlDBTaskOutputError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSqlServerSqlDBTaskOutputError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to