Delen 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

ConnectToSourceSqlServerTaskInput(SqlConnectionInfo)

Initializes a new instance of ConnectToSourceSqlServerTaskInput.

Properties

CheckPermissionsGroup

Permission group for validations.

CollectAgentJobs

Flag for whether to collect agent jobs from source server.

CollectDatabases

Flag for whether to collect databases from source server.

CollectLogins

Flag for whether to collect logins from source server.

CollectTdeCertificateInfo

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

EncryptedKeyForSecureFields

encrypted key for secure fields.

SourceConnectionInfo

Connection information for Source SQL Server.

ValidateSsisCatalogOnly

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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