IAutonomousDbVersionProperties.IsFreeTierEnabled Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="True if this version of the Oracle Database software can be used for Always-Free Autonomous Databases.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isFreeTierEnabled", Update=false)]
public bool? IsFreeTierEnabled { get; }
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="True if this version of the Oracle Database software can be used for Always-Free Autonomous Databases.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isFreeTierEnabled", Update=true)]
public bool? IsFreeTierEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="True if this version of the Oracle Database software can be used for Always-Free Autonomous Databases.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isFreeTierEnabled", Update=false)>]
member this.IsFreeTierEnabled : Nullable<bool>
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="True if this version of the Oracle Database software can be used for Always-Free Autonomous Databases.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isFreeTierEnabled", Update=true)>]
member this.IsFreeTierEnabled : Nullable<bool> with get, set
Public ReadOnly Property IsFreeTierEnabled As Nullable(Of Boolean)
Public Property IsFreeTierEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to