次の方法で共有


ConnectToTargetAzureDbForMySqlTaskInput Class

Definition

Input for the task that validates connection to Azure Database for MySQL and target server requirements

public class ConnectToTargetAzureDbForMySqlTaskInput
type ConnectToTargetAzureDbForMySqlTaskInput = class
Public Class ConnectToTargetAzureDbForMySqlTaskInput
Inheritance
ConnectToTargetAzureDbForMySqlTaskInput

Constructors

ConnectToTargetAzureDbForMySqlTaskInput()

Initializes a new instance of the ConnectToTargetAzureDbForMySqlTaskInput class.

ConnectToTargetAzureDbForMySqlTaskInput(MySqlConnectionInfo, MySqlConnectionInfo)

Initializes a new instance of the ConnectToTargetAzureDbForMySqlTaskInput class.

Properties

SourceConnectionInfo

Gets or sets connection information for source MySQL server

TargetConnectionInfo

Gets or sets connection information for target Azure Database for MySQL server

Methods

Validate()

Validate the object.

Applies to