DeploymentStackProperties.DeploymentExtensions Property

Definition

Gets the extensions used during deployment. Contains extension data for all extensible resources managed by the stack.

[Newtonsoft.Json.JsonProperty(PropertyName="deploymentExtensions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtension> DeploymentExtensions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="deploymentExtensions")>]
member this.DeploymentExtensions : System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentExtension>
Public ReadOnly Property DeploymentExtensions As IList(Of DeploymentExtension)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to