IAutonomousDbVersionProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AutonomousDbVersionPropertiesTypeConverter))]
public interface IAutonomousDbVersionProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AutonomousDbVersionPropertiesTypeConverter))>]
type IAutonomousDbVersionProperties = interface
    interface IJsonSerializable
Public Interface IAutonomousDbVersionProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
DbWorkload

The Autonomous Database workload type

IsDefaultForFree

True if this version of the Oracle Database software's default is free.

IsDefaultForPaid

True if this version of the Oracle Database software's default is paid.

IsFreeTierEnabled

True if this version of the Oracle Database software can be used for Always-Free Autonomous Databases.

IsPaidEnabled

True if this version of the Oracle Database software has payments enabled.

Version

Supported Autonomous Db versions.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to