Share via


SqlMigrationErrorInfo Class

Definition

Error details.

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

Properties

Code

Error code.

Message

Error message.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SqlMigrationErrorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlMigrationErrorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlMigrationErrorInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlMigrationErrorInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlMigrationErrorInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to