Share via


VmSizeCompatibilityFilterV2.ClusterVersions Property

Definition

Gets or sets the list of cluster versions affected in Major.Minor format.

[Newtonsoft.Json.JsonProperty(PropertyName="clusterVersions")]
public System.Collections.Generic.IList<string> ClusterVersions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="clusterVersions")>]
member this.ClusterVersions : System.Collections.Generic.IList<string> with get, set
Public Property ClusterVersions As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to