Condividi tramite


RolloutRequest.StepGroups Property

Definition

Gets or sets the list of step groups that define the orchestration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to