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


ConnectToTargetAzureDBForPostgreSqlSyncTaskInput Class

Definition

Input for the task that validates connection to Azure Database for PostgreSQL and target server requirements.

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

Constructors

ConnectToTargetAzureDBForPostgreSqlSyncTaskInput(PostgreSqlConnectionInfo, PostgreSqlConnectionInfo)

Initializes a new instance of ConnectToTargetAzureDBForPostgreSqlSyncTaskInput.

Properties

SourceConnectionInfo

Connection information for source PostgreSQL server.

TargetConnectionInfo

Connection information for target Azure Database for PostgreSQL server.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectToTargetAzureDBForPostgreSqlSyncTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectToTargetAzureDBForPostgreSqlSyncTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectToTargetAzureDBForPostgreSqlSyncTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToTargetAzureDBForPostgreSqlSyncTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToTargetAzureDBForPostgreSqlSyncTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to