你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComputeNodeFillType 枚举

定义

定义 ComputeNodeFillType 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ComputeNodeFillType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ComputeNodeFillType = 
Public Enum ComputeNodeFillType
继承
ComputeNodeFillType
属性
Newtonsoft.Json.JsonConverterAttribute

字段

Pack 1

在将任何任务分配给池中的下一个节点之前,应将尽可能多的任务 (taskSlotsPerNode) 分配给池中的每个节点。

Spread 0

应跨池中的所有节点均匀分配任务。

适用于