IAutonomousDatabaseBaseProperties.AvailableUpgradeVersion Property

Definition

List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="availableUpgradeVersions", Update=false)]
public System.Collections.Generic.List<string> AvailableUpgradeVersion { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="availableUpgradeVersions", Update=false)>]
member this.AvailableUpgradeVersion : System.Collections.Generic.List<string>
Public ReadOnly Property AvailableUpgradeVersion As List(Of String)

Property Value

Attributes

Applies to