Share via


MigrateMySqlAzureDBForMySqlOfflineTaskOutputDatabaseLevel Class

Definition

The MigrateMySqlAzureDBForMySqlOfflineTaskOutputDatabaseLevel.

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

Properties

DatabaseName

Name of the database.

EndedOn

Migration end time.

ErrorCount

Number of database/object errors.

ErrorPrefix

Wildcard string prefix to use for querying all errors of the item.

ExceptionsAndWarnings

Migration exceptions and warnings.

Id

Result identifier.

(Inherited from MigrateMySqlAzureDBForMySqlOfflineTaskOutput)
LastStorageUpdate

Last time the storage was updated.

Message

Migration progress message.

NumberOfObjects

Number of objects.

NumberOfObjectsCompleted

Number of successfully completed objects.

ObjectSummary

Summary of object results in the migration.

ResultPrefix

Wildcard string prefix to use for querying all sub-tem results of the item.

Stage

Migration stage that this database is in.

StartedOn

Migration start time.

State

Current state of migration.

StatusMessage

Status message.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateMySqlAzureDBForMySqlOfflineTaskOutput)
IJsonModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutputDatabaseLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutputDatabaseLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MigrateMySqlAzureDBForMySqlOfflineTaskOutput)
IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutputDatabaseLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutputDatabaseLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateMySqlAzureDBForMySqlOfflineTaskOutputDatabaseLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to