AutonomousDbVersionProperties 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.
AutonomousDbVersion resource model
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AutonomousDbVersionPropertiesTypeConverter))]
public class AutonomousDbVersionProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IAutonomousDbVersionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AutonomousDbVersionPropertiesTypeConverter))>]
type AutonomousDbVersionProperties = class
interface IAutonomousDbVersionProperties
interface IJsonSerializable
Public Class AutonomousDbVersionProperties
Implements IAutonomousDbVersionProperties
- Inheritance
-
AutonomousDbVersionProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AutonomousDbVersionProperties() |
Creates an new AutonomousDbVersionProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AutonomousDbVersionProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AutonomousDbVersionProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IAutonomousDbVersionProperties. |
| FromJsonString(String) |
Creates a new instance of AutonomousDbVersionProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AutonomousDbVersionProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |