次の方法で共有


AutoscaleProfile.Rules プロパティ

定義

スケーリング アクションのトリガーとパラメーターを提供するルールのコレクションを取得または設定します。 指定できるルールは最大 10 個です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象