Share via


MigrateSchemaSqlTaskOutputError Class

Definition

The MigrateSchemaSqlTaskOutputError.

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

Properties

Error

Migration error.

Id

Result identifier.

(Inherited from MigrateSchemaSqlServerSqlDBTaskOutput)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSchemaSqlServerSqlDBTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateSchemaSqlServerSqlDBTaskOutput)
IJsonModel<MigrateSchemaSqlTaskOutputError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSchemaSqlTaskOutputError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSchemaSqlServerSqlDBTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MigrateSchemaSqlServerSqlDBTaskOutput)
IPersistableModel<MigrateSchemaSqlTaskOutputError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSchemaSqlTaskOutputError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSchemaSqlTaskOutputError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to