Share via


ConnectToTargetSqlMITaskInput Class

Definition

Input for the task that validates connection to Azure SQL Database Managed Instance.

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

Constructors

ConnectToTargetSqlMITaskInput(SqlConnectionInfo)

Initializes a new instance of ConnectToTargetSqlMITaskInput.

Properties

CollectAgentJobs

Flag for whether to collect agent jobs from target SQL MI server.

CollectLogins

Flag for whether to collect logins from target SQL MI server.

TargetConnectionInfo

Connection information for target SQL Server.

ValidateSsisCatalogOnly

Flag for whether to validate SSIS catalog is reachable on the target SQL MI server.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectToTargetSqlMITaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectToTargetSqlMITaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectToTargetSqlMITaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToTargetSqlMITaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToTargetSqlMITaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to