CapabilitiesResult.Regions Property

Definition

Gets or sets the virtual machine size compatibility features.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to