次の方法で共有


Experiments.RampUpRules プロパティ

定義

ランプアップ ルールの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象