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


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

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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