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


MigrateSqlServerSqlDBTaskOutputDatabaseLevel Class

Definition

The MigrateSqlServerSqlDBTaskOutputDatabaseLevel.

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

Properties

DatabaseName

Name of the item.

EndedOn

Migration end time.

ErrorCount

Number of database/object errors.

ErrorPrefix

Wildcard string prefix to use for querying all errors of the item.

ExceptionsAndWarnings

Migration exceptions and warnings.

Id

Result identifier.

(Inherited from MigrateSqlServerSqlDBTaskOutput)
Message

Migration progress message.

NumberOfObjects

Number of objects.

NumberOfObjectsCompleted

Number of successfully completed objects.

ObjectSummary

Summary of object results in the migration.

ResultPrefix

Wildcard string prefix to use for querying all sub-tem results of the item.

Stage

Migration stage that this database is in.

StartedOn

Migration start time.

State

Current state of migration.

StatusMessage

Status message.

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<MigrateSqlServerSqlDBTaskOutputDatabaseLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSqlServerSqlDBTaskOutputDatabaseLevel>.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<MigrateSqlServerSqlDBTaskOutputDatabaseLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlDBTaskOutputDatabaseLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSqlServerSqlDBTaskOutputDatabaseLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to