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 Azure.Provisioning.BicepDictionary<Azure.Provisioning.BicepDictionary<Azure.Provisioning.Resources.ArmDeploymentExtensionConfigItem>> ExtensionConfigs { get; set; }
member this.ExtensionConfigs : Azure.Provisioning.BicepDictionary<Azure.Provisioning.BicepDictionary<Azure.Provisioning.Resources.ArmDeploymentExtensionConfigItem>> with get, set
Public Property ExtensionConfigs As BicepDictionary(Of BicepDictionary(Of ArmDeploymentExtensionConfigItem))