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


MigrateSqlServerSqlMITaskOutputMigrationLevel Class

Definition

The MigrateSqlServerSqlMITaskOutputMigrationLevel.

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

Properties

AgentJobs

Selected agent jobs as a map from name to id.

Databases

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

EndedOn

Migration end time.

ExceptionsAndWarnings

Migration exceptions and warnings.

Id

Result identifier.

(Inherited from MigrateSqlServerSqlMITaskOutput)
Logins

Selected logins as a map from name to id.

Message

Migration progress message.

OrphanedUsersInfo

List of orphaned users.

ServerRoleResults

Map of server role migration results.

SourceServerBrandVersion

Source server brand version.

SourceServerVersion

Source server version.

StartedOn

Migration start time.

State

Current state of migration.

Status

Current status of migration.

TargetServerBrandVersion

Target server brand version.

TargetServerVersion

Target server version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSqlServerSqlMITaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateSqlServerSqlMITaskOutput)
IJsonModel<MigrateSqlServerSqlMITaskOutputMigrationLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSqlServerSqlMITaskOutputMigrationLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSqlServerSqlMITaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MigrateSqlServerSqlMITaskOutput)
IPersistableModel<MigrateSqlServerSqlMITaskOutputMigrationLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlMITaskOutputMigrationLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSqlServerSqlMITaskOutputMigrationLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to