Share via


ConnectToSourceSqlServerTaskInput Class

Definition

Input for the task that validates connection to SQL Server and also validates source server requirements.

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

Constructors

Name Description
ConnectToSourceSqlServerTaskInput(DataMigrationSqlConnectionInfo)

Initializes a new instance of ConnectToSourceSqlServerTaskInput.

Properties

Name Description
CheckPermissionsGroup

Permission group for validations.

EncryptedKeyForSecureFields

encrypted key for secure fields.

ShouldCollectAgentJobs

Flag for whether to collect agent jobs from source server.

ShouldCollectDatabases

Flag for whether to collect databases from source server.

ShouldCollectLogins

Flag for whether to collect logins from source server.

ShouldCollectTdeCertificateInfo

Flag for whether to collect TDE Certificate names from source server.

ShouldValidateSsisCatalogOnly

Flag for whether to validate SSIS catalog is reachable on the source server.

SourceConnectionInfo

Connection information for Source SQL Server.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ConnectToSourceSqlServerTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectToSourceSqlServerTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectToSourceSqlServerTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToSourceSqlServerTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToSourceSqlServerTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to