Share via


IClusterManager.ClusterVersion Property

Definition

The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterAvailableVersion) }, Read=true, ReadOnly=true, Required=false, SerializedName="clusterVersions", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterAvailableVersion> ClusterVersion { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterAvailableVersion) }, Read=true, ReadOnly=true, Required=false, SerializedName="clusterVersions", Update=false)>]
member this.ClusterVersion : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterAvailableVersion>
Public ReadOnly Property ClusterVersion As List(Of IClusterAvailableVersion)

Property Value

Attributes

Applies to