次の方法で共有


TemplateSpec.Versions プロパティ

定義

このテンプレート スペック内のバージョンに関する概要情報を取得します。キーはバージョン名です。 $expand クエリ パラメーターが '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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象