Compartir a través de


AgentProperties.Cpu Propiedad

Definición

Obtiene o establece la configuración de CPU en términos de número de núcleos necesarios para la ejecución.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a