共用方式為


MigrateSchemaSqlServerSqlDBTaskOutput Class

Definition

Output for the task that migrates Schema for SQL Server databases to Azure SQL databases Please note MigrateSchemaSqlServerSqlDBTaskOutput 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 MigrateSchemaSqlServerSqlDBTaskOutputDatabaseLevel, MigrateSchemaSqlTaskOutputError, MigrateSchemaSqlServerSqlDBTaskOutputMigrationLevel and MigrateSchemaSqlServerSqlDBTaskOutputError.

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

Constructors

MigrateSchemaSqlServerSqlDBTaskOutput()

Initializes a new instance of MigrateSchemaSqlServerSqlDBTaskOutput.

Properties

Id

Result identifier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSchemaSqlServerSqlDBTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSchemaSqlServerSqlDBTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSchemaSqlServerSqlDBTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSchemaSqlServerSqlDBTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSchemaSqlServerSqlDBTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to