다음을 통해 공유


MigrateSchemaSqlServerSqlDBTaskOutputError Class

Definition

The MigrateSchemaSqlServerSqlDBTaskOutputError.

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

Properties

CommandText

Schema command which failed.

ErrorText

Reason of failure.

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<MigrateSchemaSqlServerSqlDBTaskOutputError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSchemaSqlServerSqlDBTaskOutputError>.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<MigrateSchemaSqlServerSqlDBTaskOutputError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSchemaSqlServerSqlDBTaskOutputError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSchemaSqlServerSqlDBTaskOutputError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to