Delen via


MigrateMySqlAzureDBForMySqlSyncTaskOutput Class

Definition

Output for the task that migrates MySQL databases to Azure Database for MySQL for online migrations Please note MigrateMySqlAzureDBForMySqlSyncTaskOutput is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseError, MigrateMySqlAzureDBForMySqlSyncTaskOutputDatabaseLevel, MigrateMySqlAzureDBForMySqlSyncTaskOutputError, MigrateMySqlAzureDBForMySqlSyncTaskOutputMigrationLevel and MigrateMySqlAzureDBForMySqlSyncTaskOutputTableLevel.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataMigration.Models.UnknownMigrateMySqlAzureDBForMySqlSyncTaskOutput))]
public abstract class MigrateMySqlAzureDBForMySqlSyncTaskOutput : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlSyncTaskOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlSyncTaskOutput>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataMigration.Models.UnknownMigrateMySqlAzureDBForMySqlSyncTaskOutput))>]
type MigrateMySqlAzureDBForMySqlSyncTaskOutput = class
    interface IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>
    interface IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>
Public MustInherit Class MigrateMySqlAzureDBForMySqlSyncTaskOutput
Implements IJsonModel(Of MigrateMySqlAzureDBForMySqlSyncTaskOutput), IPersistableModel(Of MigrateMySqlAzureDBForMySqlSyncTaskOutput)
Inheritance
MigrateMySqlAzureDBForMySqlSyncTaskOutput
Derived
Attributes
Implements

Constructors

MigrateMySqlAzureDBForMySqlSyncTaskOutput()

Initializes a new instance of MigrateMySqlAzureDBForMySqlSyncTaskOutput.

Properties

Id

Result identifier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateMySqlAzureDBForMySqlSyncTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to