Share via


VmSizeCompatibilityFilterV2.Regions Property

Definition

Gets or sets the list of regions under the effect of the filter.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to