ArmDeploymentProperties.ExtensionConfigs 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.
The configurations to use for deployment extensions. The keys of this object are deployment extension aliases as defined in the deployment template.
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Resources.Models.ArmDeploymentExtensionConfigItem>> ExtensionConfigs { get; }
member this.ExtensionConfigs : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Resources.Models.ArmDeploymentExtensionConfigItem>>
Public ReadOnly Property ExtensionConfigs As IDictionary(Of String, IDictionary(Of String, ArmDeploymentExtensionConfigItem))