TemplateSpec.Versions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET