Share via


GetUserTablesSqlTaskOutput Class

Definition

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

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

Properties

DatabasesToTables

Mapping from database name to list of tables.

Id

Result identifier.

ValidationErrors

Validation errors.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GetUserTablesSqlTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GetUserTablesSqlTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GetUserTablesSqlTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GetUserTablesSqlTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GetUserTablesSqlTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to