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


ValidateSyncMigrationInputSqlServerTaskOutput Class

Definition

Output for task that validates migration input for SQL sync migrations.

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

Properties

Id

Database identifier.

Name

Name of database.

ValidationErrors

Errors associated with a selected database object.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ValidateSyncMigrationInputSqlServerTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ValidateSyncMigrationInputSqlServerTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ValidateSyncMigrationInputSqlServerTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ValidateSyncMigrationInputSqlServerTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ValidateSyncMigrationInputSqlServerTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to