Поделиться через


MigrateSqlServerSqlDBTaskOutputMigrationLevel Class

Definition

The MigrateSqlServerSqlDBTaskOutputMigrationLevel.

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

Properties

Databases

Selected databases as a map from database name to database id.

DatabaseSummary

Summary of database results in the migration.

DurationInSeconds

Duration of task execution in seconds.

EndedOn

Migration end time.

ExceptionsAndWarnings

Migration exceptions and warnings.

Id

Result identifier.

(Inherited from MigrateSqlServerSqlDBTaskOutput)
Message

Migration progress message.

MigrationReportResult

Migration Report Result, provides unique url for downloading your migration report.

MigrationValidationResult

Migration Validation Results.

SourceServerBrandVersion

Source server brand version.

SourceServerVersion

Source server version.

StartedOn

Migration start time.

Status

Current status of migration.

StatusMessage

Migration status message.

TargetServerBrandVersion

Target server brand version.

TargetServerVersion

Target server version.

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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateSqlServerSqlDBTaskOutput)
IJsonModel<MigrateSqlServerSqlDBTaskOutputMigrationLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSqlServerSqlDBTaskOutputMigrationLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSqlServerSqlDBTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MigrateSqlServerSqlDBTaskOutput)
IPersistableModel<MigrateSqlServerSqlDBTaskOutputMigrationLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlDBTaskOutputMigrationLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSqlServerSqlDBTaskOutputMigrationLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to