Share via


ResourceLimits.Cpu Property

Definition

Gets or sets the CPU limit of this container instance.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to