DeploymentExtension.Config 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.
Gets or sets the configuration used for deployment. The keys of this object should align with the extension config schema.
[Newtonsoft.Json.JsonProperty(PropertyName="config")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtensionConfigItem> Config { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="config")>]
member this.Config : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtensionConfigItem> with get, set
Public Property Config As IDictionary(Of String, DeploymentExtensionConfigItem)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute