Sdílet prostřednictvím


OracleConnectionInfo Class

Definition

Information for connecting to Oracle server.

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

Constructors

OracleConnectionInfo(String)

Initializes a new instance of OracleConnectionInfo.

Properties

Authentication

Authentication type to use for connection.

DataSource

EZConnect or TNSName connection string.

Password

Password credential.

(Inherited from ConnectionInfo)
Port

port for server.

ServerName

name of the server.

ServerVersion

server version.

UserName

User name.

(Inherited from ConnectionInfo)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ConnectionInfo)
IJsonModel<OracleConnectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OracleConnectionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ConnectionInfo)
IPersistableModel<OracleConnectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OracleConnectionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OracleConnectionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to