DeploymentExtension.Config Property

Definition

Gets or sets the configuration used for deployment. The keys of this object should align with the extension config schema.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to