DeploymentStack.ExternalInputs Property

Definition

Gets or sets external input values, used by external tooling for parameter evaluation.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.externalInputs")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExternalInput> ExternalInputs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.externalInputs")>]
member this.ExternalInputs : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExternalInput> with get, set
Public Property ExternalInputs As IDictionary(Of String, DeploymentExternalInput)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to