Delen via


MigrateSqlServerSqlDBSyncTaskOutputMigrationLevel Class

Definition

The MigrateSqlServerSqlDBSyncTaskOutputMigrationLevel.

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

Properties

DatabaseCount

Count of databases.

EndedOn

Migration end time.

Id

Result identifier.

(Inherited from MigrateSqlServerSqlDBSyncTaskOutput)
SourceServer

Source server name.

SourceServerVersion

Source server version.

StartedOn

Migration start time.

TargetServer

Target server name.

TargetServerVersion

Target server version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSqlServerSqlDBSyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateSqlServerSqlDBSyncTaskOutput)
IJsonModel<MigrateSqlServerSqlDBSyncTaskOutputMigrationLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSqlServerSqlDBSyncTaskOutputMigrationLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MigrateSqlServerSqlDBSyncTaskOutput)
IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutputMigrationLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutputMigrationLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSqlServerSqlDBSyncTaskOutputMigrationLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to