Condividi tramite


ServiceUnit.Steps Property

Definition

Gets or sets detailed step information, if present.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to