Condividi tramite


StepGroup.PostDeploymentSteps Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to