Compartilhar via


ICluster.AvailableUpgradeVersion Property

Definition

The list of cluster runtime version upgrades available for this cluster.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The list of cluster runtime version upgrades available for this cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterAvailableUpgradeVersion) }, Read=true, ReadOnly=true, Required=false, SerializedName="availableUpgradeVersions", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterAvailableUpgradeVersion> AvailableUpgradeVersion { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The list of cluster runtime version upgrades available for this cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterAvailableUpgradeVersion) }, Read=true, ReadOnly=true, Required=false, SerializedName="availableUpgradeVersions", Update=false)>]
member this.AvailableUpgradeVersion : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterAvailableUpgradeVersion>
Public ReadOnly Property AvailableUpgradeVersion As List(Of IClusterAvailableUpgradeVersion)

Property Value

Attributes

Applies to