IDbVersionProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbVersionPropertiesTypeConverter))]
public interface IDbVersionProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbVersionPropertiesTypeConverter))>]
type IDbVersionProperties = interface
interface IJsonSerializable
Public Interface IDbVersionProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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. |
| SupportsPdb |
True if this version of the Oracle Database software supports pluggable databases. |
| Version |
A valid Oracle Database version. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |