IAutonomousDatabaseBaseProperties.AvailableUpgradeVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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