CapabilitiesResult.Versions Property

Definition

Gets or sets the version capability.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to