Share via


DataMigrationOracleConnectionInfo Class

Definition

Information for connecting to Oracle server.

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

Constructors

DataMigrationOracleConnectionInfo(String)

Initializes a new instance of DataMigrationOracleConnectionInfo.

Properties

Authentication

Authentication type to use for connection.

DataSource

EZConnect or TNSName connection string.

Password

Password credential.

(Inherited from ServerConnectionInfo)
Port

port for server.

ServerName

name of the server.

ServerVersion

server version.

UserName

User name.

(Inherited from ServerConnectionInfo)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataMigrationOracleConnectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataMigrationOracleConnectionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ServerConnectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ServerConnectionInfo)
IJsonModel<ServerConnectionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ServerConnectionInfo)
IPersistableModel<DataMigrationOracleConnectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataMigrationOracleConnectionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataMigrationOracleConnectionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ServerConnectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ServerConnectionInfo)
IPersistableModel<ServerConnectionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ServerConnectionInfo)
IPersistableModel<ServerConnectionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ServerConnectionInfo)

Applies to