Share via


ConnectToSourceOracleSyncTaskOutput Class

Definition

Output for the task that validates Oracle database connection.

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

Properties

Databases

List of schemas on source server.

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<ConnectToSourceOracleSyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectToSourceOracleSyncTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectToSourceOracleSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToSourceOracleSyncTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToSourceOracleSyncTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to