Compartilhar via


TaskSchedulingPolicy.NodeFillType Propriedade

Definição

Obtém ou define como as Tarefas são distribuídas entre nós de computação em um 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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Se não for especificado, o padrão será spread. Os valores possíveis incluem: 'spread', 'pack'

Aplica-se a