DeploymentStackProperties.ExternalInputDefinitions 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 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