次の方法で共有


ServiceUnit.Steps プロパティ

定義

詳細なステップ情報 (存在する場合) を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象