次の方法で共有


SiteLimits.MaxPercentageCpu プロパティ

定義

許容される CPU 使用率の最大値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="maxPercentageCpu")]
public double? MaxPercentageCpu { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxPercentageCpu")>]
member this.MaxPercentageCpu : Nullable<double> with get, set
Public Property MaxPercentageCpu As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象