Sdílet prostřednictvím


QuotaInfo.CoresUsed Property

Definition

Gets or sets the cores used by the cluster.

[Newtonsoft.Json.JsonProperty(PropertyName="coresUsed")]
public int? CoresUsed { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="coresUsed")>]
member this.CoresUsed : Nullable<int> with get, set
Public Property CoresUsed As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to