DeploymentStack.ExtensionConfigs Property

Definition

Gets or sets the deployment extension configs. Keys of this object are extension aliases as defined in the deployment template.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to