Delen via


ConnectionUrlType Class

Definition

The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Serialized Name: ConnectionUrlType

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

Properties

ApexUri

Oracle Application Express (APEX) URL. Serialized Name: ConnectionUrlType.apexUrl

DatabaseTransformsUri

The URL of the Database Transforms for the Autonomous Database. Serialized Name: ConnectionUrlType.databaseTransformsUrl

GraphStudioUri

The URL of the Graph Studio for the Autonomous Database. Serialized Name: ConnectionUrlType.graphStudioUrl

MachineLearningNotebookUri

The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database. Serialized Name: ConnectionUrlType.machineLearningNotebookUrl

MongoDbUri

The URL of the MongoDB API for the Autonomous Database. Serialized Name: ConnectionUrlType.mongoDbUrl

OrdsUri

The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database. Serialized Name: ConnectionUrlType.ordsUrl

SqlDevWebUri

Oracle SQL Developer Web URL. Serialized Name: ConnectionUrlType.sqlDevWebUrl

Explicit Interface Implementations

IJsonModel<ConnectionUrlType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectionUrlType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectionUrlType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectionUrlType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectionUrlType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to