你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TemplateFileParameterV2.Parameters Property

Definition

[Newtonsoft.Json.JsonProperty("parameters")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.TemplateFileParameterV1> Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty("parameters")>]
member this.Parameters : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.TemplateFileParameterV1> with get, set
Public Property Parameters As IDictionary(Of String, TemplateFileParameterV1)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to