次の方法で共有


ApexDetailsType Class

Definition

Information about Oracle APEX Application Development. Serialized Name: ApexDetailsType

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

Properties

ApexVersion

The Oracle APEX Application Development version. Serialized Name: ApexDetailsType.apexVersion

OrdsVersion

The Oracle REST Data Services (ORDS) version. Serialized Name: ApexDetailsType.ordsVersion

Explicit Interface Implementations

IJsonModel<ApexDetailsType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApexDetailsType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApexDetailsType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApexDetailsType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApexDetailsType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to