DeploymentStack.ExternalInputs 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 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