Share via


SyncMigrationDatabaseErrorEvent Class

Definition

Database migration errors for online migration.

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

Properties

Name Description
EventText

Event text.

EventTypeString

Event type.

TimestampString

String value of timestamp.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SyncMigrationDatabaseErrorEvent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SyncMigrationDatabaseErrorEvent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SyncMigrationDatabaseErrorEvent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SyncMigrationDatabaseErrorEvent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SyncMigrationDatabaseErrorEvent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to