Share via


VmSizeCompatibilityFilterV2.NodeTypes Property

Definition

Gets or sets the list of node types affected by the filter.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to