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


GetUserTablesPostgreSqlTaskOutput Class

Definition

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

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

Properties

DatabaseName

The database this result is for.

Tables

List of valid tables found for this database.

ValidationErrors

Validation errors associated with the task.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GetUserTablesPostgreSqlTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GetUserTablesPostgreSqlTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GetUserTablesPostgreSqlTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GetUserTablesPostgreSqlTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GetUserTablesPostgreSqlTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to