Share via


ConnectToSourceMySqlTaskInput Class

Definition

Input for the task that validates MySQL database connection.

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

Constructors

ConnectToSourceMySqlTaskInput(MySqlConnectionInfo)

Initializes a new instance of ConnectToSourceMySqlTaskInput.

Properties

CheckPermissionsGroup

Permission group for validations.

IsOfflineMigration

Flag for whether or not the migration is offline.

SourceConnectionInfo

Information for connecting to MySQL source.

TargetPlatform

Target Platform for the migration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectToSourceMySqlTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectToSourceMySqlTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectToSourceMySqlTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToSourceMySqlTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToSourceMySqlTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to