Share via


ConnectToTargetOracleAzureDBForPostgreSqlSyncTaskOutput Class

Definition

Output for the task that validates connection to Azure Database for PostgreSQL and target server requirements for Oracle source.

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

Properties

Name Description
Databases

List of databases on target server.

DatabaseSchemaMap

Mapping of schemas per database.

TargetServerBrandVersion

Target server brand version.

TargetServerVersion

Version of the target server.

ValidationErrors

Validation errors associated with the task.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ConnectToTargetOracleAzureDBForPostgreSqlSyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectToTargetOracleAzureDBForPostgreSqlSyncTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectToTargetOracleAzureDBForPostgreSqlSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToTargetOracleAzureDBForPostgreSqlSyncTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToTargetOracleAzureDBForPostgreSqlSyncTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to