IAutonomousDbVersionProperties 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.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) |