DeploymentStackValidateProperties.DeploymentExtensions Property

Definition

Gets or sets the deployment extensions.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to