Share via


TemplateSpec.Versions Property

Definition

Gets high-level information about the versions within this Template Spec. The keys are the version names. Only populated if the $expand query parameter is set to 'versions'.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to