IAutonomousDbVersion.IsDefaultForFree Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="True if this version of the Oracle Database software's default is free.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isDefaultForFree", Update=false)]
public bool? IsDefaultForFree { get; }
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="True if this version of the Oracle Database software's default is free.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isDefaultForFree", Update=true)]
public bool? IsDefaultForFree { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="True if this version of the Oracle Database software's default is free.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isDefaultForFree", Update=false)>]
member this.IsDefaultForFree : Nullable<bool>
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="True if this version of the Oracle Database software's default is free.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isDefaultForFree", Update=true)>]
member this.IsDefaultForFree : Nullable<bool> with get, set
Public ReadOnly Property IsDefaultForFree As Nullable(Of Boolean)
Public Property IsDefaultForFree As Nullable(Of Boolean)

Property Value

Attributes

Applies to