ArmDeploymentProperties.ExtensionConfigs Property

Definition

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))

Property Value

Applies to