Share via


ConnectToSourceSqlServerTaskOutputTaskLevel Class

Definition

Task level output for the task that validates connection to SQL Server and also validates source server requirements.

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

Properties

AgentJobs

Source agent jobs as a map from agent job name to id.

Databases

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

DatabaseTdeCertificateMapping

Mapping from database name to TDE certificate name, if applicable.

Id

Result identifier.

(Inherited from ConnectToSourceSqlServerTaskOutput)
Logins

Source logins as a map from login name to login id.

SourceServerBrandVersion

Source server brand version.

SourceServerVersion

Source server version.

ValidationErrors

Validation errors.

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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ConnectToSourceSqlServerTaskOutput)
IJsonModel<ConnectToSourceSqlServerTaskOutputTaskLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectToSourceSqlServerTaskOutputTaskLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectToSourceSqlServerTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ConnectToSourceSqlServerTaskOutput)
IPersistableModel<ConnectToSourceSqlServerTaskOutputTaskLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToSourceSqlServerTaskOutputTaskLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToSourceSqlServerTaskOutputTaskLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to