AutonomousDbVersionProperties Class

Definition

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

Applies to