다음을 통해 공유


MigrateSqlServerSqlDBTaskOutputDatabaseLevelValidationResult Class

Definition

The MigrateSqlServerSqlDBTaskOutputDatabaseLevelValidationResult.

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

Properties

DataIntegrityValidationResult

Provides data integrity validation result between the source and target tables that are migrated.

EndedOn

Validation end time.

Id

Result identifier.

(Inherited from MigrateSqlServerSqlDBTaskOutput)
MigrationId

Migration Identifier.

QueryAnalysisValidationResult

Results of some of the query execution result between source and target database.

SchemaValidationResult

Provides schema comparison result between source and target database.

SourceDatabaseName

Name of the source database.

StartedOn

Validation start time.

Status

Current status of validation at the database level.

TargetDatabaseName

Name of the target database.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlDBTaskOutputDatabaseLevelValidationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSqlServerSqlDBTaskOutputDatabaseLevelValidationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to