Share via


TemplateSpecData.Versions Property

Definition

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'.

public System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.Resources.Models.TemplateSpecVersionInfo> Versions { get; }
member this.Versions : System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.Resources.Models.TemplateSpecVersionInfo>
Public ReadOnly Property Versions As IReadOnlyDictionary(Of String, TemplateSpecVersionInfo)

Property Value

Applies to