다음을 통해 공유


DataMigrationMongoDBError Class

Definition

Describes an error or warning that occurred during a MongoDB migration.

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

Properties

Code

The non-localized, machine-readable code that describes the error or warning.

Count

The number of times the error or warning has occurred.

ErrorType

The type of error or warning.

Message

The localized, human-readable message that describes the error or warning.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataMigrationMongoDBError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataMigrationMongoDBError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataMigrationMongoDBError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataMigrationMongoDBError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataMigrationMongoDBError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to