Share via


StepGroup.PreDeploymentSteps Property

Definition

Gets or sets the list of steps to be run before deploying the target.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to