Share via


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