Share via


ConnectToTargetSqlDBTaskOutput Class

Definition

Output for the task that validates connection to SQL DB and target server requirements.

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

Properties

Databases

Source databases as a map from database name to database id.

Id

Result identifier.

TargetServerBrandVersion

Target server brand version.

TargetServerVersion

Version of the target server.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectToTargetSqlDBTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectToTargetSqlDBTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectToTargetSqlDBTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToTargetSqlDBTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToTargetSqlDBTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to