OracleDBVersionProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DbVersion resource model.
public class OracleDBVersionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.OracleDBVersionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.OracleDBVersionProperties>
type OracleDBVersionProperties = class
interface IJsonModel<OracleDBVersionProperties>
interface IPersistableModel<OracleDBVersionProperties>
Public Class OracleDBVersionProperties
Implements IJsonModel(Of OracleDBVersionProperties), IPersistableModel(Of OracleDBVersionProperties)
- Inheritance
-
OracleDBVersionProperties
- Implements
Properties
| DoesSupportPluggableDatabase |
True if this version of the Oracle Database software supports pluggable databases. |
| IsLatestForMajorVersion |
True if this version of the Oracle Database software is the latest version for a release. |
| IsPreviewDbVersion |
True if this version of the Oracle Database software is the preview version. |
| IsUpgradeSupported |
True if this version of the Oracle Database software is supported for Upgrade. |
| Version |
A valid Oracle Database version. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<OracleDBVersionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<OracleDBVersionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<OracleDBVersionProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<OracleDBVersionProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<OracleDBVersionProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |