Поделиться через


GetUserTablesPostgreSqlTaskInput Class

Definition

Input for the task that gets the list of tables for a provided list of PostgreSQL databases.

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

Constructors

GetUserTablesPostgreSqlTaskInput(PostgreSqlConnectionInfo, IEnumerable<String>)

Initializes a new instance of GetUserTablesPostgreSqlTaskInput.

Properties

ConnectionInfo

Information for connecting to PostgreSQL source.

SelectedDatabases

List of PostgreSQL databases for which to collect tables.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GetUserTablesPostgreSqlTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GetUserTablesPostgreSqlTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GetUserTablesPostgreSqlTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GetUserTablesPostgreSqlTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GetUserTablesPostgreSqlTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to