Share via


MigrateSchemaSqlServerSqlDBTaskOutputMigrationLevel Class

Definition

The MigrateSchemaSqlServerSqlDBTaskOutputMigrationLevel.

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

Properties

EndedOn

Migration end time.

Id

Result identifier.

(Inherited from MigrateSchemaSqlServerSqlDBTaskOutput)
SourceServerBrandVersion

Source server brand version.

SourceServerVersion

Source server version.

StartedOn

Migration start time.

State

Overall state of the schema migration.

TargetServerBrandVersion

Target server brand version.

TargetServerVersion

Target server version.

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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateSchemaSqlServerSqlDBTaskOutput)
IJsonModel<MigrateSchemaSqlServerSqlDBTaskOutputMigrationLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSchemaSqlServerSqlDBTaskOutputMigrationLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSchemaSqlServerSqlDBTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MigrateSchemaSqlServerSqlDBTaskOutput)
IPersistableModel<MigrateSchemaSqlServerSqlDBTaskOutputMigrationLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSchemaSqlServerSqlDBTaskOutputMigrationLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSchemaSqlServerSqlDBTaskOutputMigrationLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to