IDbVersionProperties Interface

Definition

[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)

Applies to