DeploymentStackProperties.ExternalInputDefinitions Property

Definition

Gets or sets external input definitions, used by external tooling to define expected external input values.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to