Compartir a través de


ComputeNodeInformation.AffinityId Propiedad

Definición

Obtiene o establece un identificador para el nodo en el que se ejecutó la tarea, que se puede pasar al agregar una tarea para solicitar que la tarea se programe en este nodo de proceso.

[Newtonsoft.Json.JsonProperty(PropertyName="affinityId")]
public string AffinityId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="affinityId")>]
member this.AffinityId : string with get, set
Public Property AffinityId As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a