Share via


GetUserTablesSqlTaskInput Class

Definition

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

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

Constructors

GetUserTablesSqlTaskInput(DataMigrationSqlConnectionInfo, IEnumerable<String>)

Initializes a new instance of GetUserTablesSqlTaskInput.

Properties

ConnectionInfo

Connection information for SQL Server.

EncryptedKeyForSecureFields

encrypted key for secure fields.

SelectedDatabases

List of database names to collect tables for.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GetUserTablesSqlTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GetUserTablesSqlTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GetUserTablesSqlTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GetUserTablesSqlTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GetUserTablesSqlTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to