IDbVersion.IsUpgradeSupported Property

Definition

True if this version of the Oracle Database software is supported for Upgrade.

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

Property Value

Attributes

Applies to