SiteLimits.MaxPercentageCpu Property

Definition

Gets or sets maximum allowed CPU usage percentage.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to