다음을 통해 공유


MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel Class

Definition

The MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel.

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

Properties

ActiveBackupSets

Backup sets that are currently active (Either being uploaded or getting restored).

ContainerName

Name of container created in the Azure Storage account where backups are copied to.

EndedOn

Database migration end time.

ErrorPrefix

prefix string to use for querying errors for this database.

ExceptionsAndWarnings

Migration exceptions and warnings.

FullBackupSetInfo

Details of full backup set.

Id

Result identifier.

(Inherited from MigrateSqlServerSqlMISyncTaskOutput)
IsFullBackupRestored

Whether full backup has been applied to the target database or not.

LastRestoredBackupSetInfo

Last applied backup set information.

MigrationState

Current state of database.

SourceDatabaseName

Name of the database.

StartedOn

Database migration start time.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSqlServerSqlMISyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateSqlServerSqlMISyncTaskOutput)
IJsonModel<MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSqlServerSqlMISyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MigrateSqlServerSqlMISyncTaskOutput)
IPersistableModel<MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to