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


ConnectToSourcePostgreSqlSyncTaskOutput Class

Definition

Output for the task that validates connection to PostgreSQL and source server requirements.

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

Properties

Databases

List of databases on source server.

Id

Result identifier.

SourceServerBrandVersion

Source server brand version.

SourceServerVersion

Version of the source server.

ValidationErrors

Validation errors associated with the task.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectToSourcePostgreSqlSyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectToSourcePostgreSqlSyncTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectToSourcePostgreSqlSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToSourcePostgreSqlSyncTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToSourcePostgreSqlSyncTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to