Partager via


TaskSchedulingPolicy.NodeFillType Propriété

Définition

Obtient ou définit la façon dont les tâches sont distribuées entre les nœuds de calcul dans un pool.

[Newtonsoft.Json.JsonProperty(PropertyName="nodeFillType")]
public Microsoft.Azure.Batch.Protocol.Models.ComputeNodeFillType NodeFillType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nodeFillType")>]
member this.NodeFillType : Microsoft.Azure.Batch.Protocol.Models.ComputeNodeFillType with get, set
Public Property NodeFillType As ComputeNodeFillType

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Si elle n’est pas spécifiée, la valeur par défaut est répartie. Les valeurs possibles sont les suivantes : 'spread', 'pack'

S’applique à