Condividi tramite


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

Property Value

Applies to