Share via


GetUserTablesMySqlTaskInput Class

Definition

Input for the task that collects user tables for the given list of databases.

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

Constructors

GetUserTablesMySqlTaskInput(MySqlConnectionInfo, IEnumerable<String>)

Initializes a new instance of GetUserTablesMySqlTaskInput.

Properties

ConnectionInfo

Connection information for SQL Server.

SelectedDatabases

List of database names to collect tables for.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GetUserTablesMySqlTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GetUserTablesMySqlTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GetUserTablesMySqlTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GetUserTablesMySqlTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GetUserTablesMySqlTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to