Share via


MigrateSqlServerSqlDBTaskOutput Class

Definition

Output for the task that migrates on-prem SQL Server databases to Azure SQL Database Please note MigrateSqlServerSqlDBTaskOutput 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 MigrateSqlServerSqlDBTaskOutputDatabaseLevel, MigrateSqlServerSqlDBTaskOutputError, MigrateSqlServerSqlDBTaskOutputDatabaseLevelValidationResult, MigrateSqlServerSqlDBTaskOutputMigrationLevel, MigrateSqlServerSqlDBTaskOutputValidationResult and MigrateSqlServerSqlDBTaskOutputTableLevel.

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

Constructors

MigrateSqlServerSqlDBTaskOutput()

Initializes a new instance of MigrateSqlServerSqlDBTaskOutput.

Properties

Id

Result identifier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSqlServerSqlDBTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSqlServerSqlDBTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSqlServerSqlDBTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlDBTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSqlServerSqlDBTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to