次の方法で共有


AutonomousDatabaseConnectionUrls 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.

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

Properties

ApexUri

Oracle Application Express (APEX) URL.

DatabaseTransformsUri

The URL of the Database Transforms for the Autonomous Database.

GraphStudioUri

The URL of the Graph Studio for the Autonomous Database.

MachineLearningNotebookUri

The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.

MongoDBUri

The URL of the MongoDB API for the Autonomous Database.

OrdsUri

The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.

SqlDevWebUri

Oracle SQL Developer Web URL.

Explicit Interface Implementations

IJsonModel<AutonomousDatabaseConnectionUrls>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutonomousDatabaseConnectionUrls>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutonomousDatabaseConnectionUrls>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutonomousDatabaseConnectionUrls>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutonomousDatabaseConnectionUrls>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to