Share via


MigrateSqlServerSqlDBSyncTaskOutput Class

Definition

Output for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations Please note MigrateSqlServerSqlDBSyncTaskOutput 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 MigrateSqlServerSqlDBSyncTaskOutputDatabaseError, MigrateSqlServerSqlDBSyncTaskOutputDatabaseLevel, MigrateSqlServerSqlDBSyncTaskOutputError, MigrateSqlServerSqlDBSyncTaskOutputMigrationLevel and MigrateSqlServerSqlDBSyncTaskOutputTableLevel.

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

Constructors

MigrateSqlServerSqlDBSyncTaskOutput()

Initializes a new instance of MigrateSqlServerSqlDBSyncTaskOutput.

Properties

Id

Result identifier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSqlServerSqlDBSyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSqlServerSqlDBSyncTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to