Share via


ConnectToSourceSqlServerTaskOutput Class

Definition

Output for the task that validates connection to SQL Server and also validates source server requirements Please note ConnectToSourceSqlServerTaskOutput is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ConnectToSourceSqlServerTaskOutputAgentJobLevel, ConnectToSourceSqlServerTaskOutputDatabaseLevel, ConnectToSourceSqlServerTaskOutputLoginLevel and ConnectToSourceSqlServerTaskOutputTaskLevel.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataMigration.Models.UnknownConnectToSourceSqlServerTaskOutput))]
public abstract class ConnectToSourceSqlServerTaskOutput : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.ConnectToSourceSqlServerTaskOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.ConnectToSourceSqlServerTaskOutput>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataMigration.Models.UnknownConnectToSourceSqlServerTaskOutput))>]
type ConnectToSourceSqlServerTaskOutput = class
    interface IJsonModel<ConnectToSourceSqlServerTaskOutput>
    interface IPersistableModel<ConnectToSourceSqlServerTaskOutput>
Public MustInherit Class ConnectToSourceSqlServerTaskOutput
Implements IJsonModel(Of ConnectToSourceSqlServerTaskOutput), IPersistableModel(Of ConnectToSourceSqlServerTaskOutput)
Inheritance
ConnectToSourceSqlServerTaskOutput
Derived
Attributes
Implements

Constructors

ConnectToSourceSqlServerTaskOutput()

Initializes a new instance of ConnectToSourceSqlServerTaskOutput.

Properties

Id

Result identifier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectToSourceSqlServerTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectToSourceSqlServerTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectToSourceSqlServerTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToSourceSqlServerTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToSourceSqlServerTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to