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

ComputeNodeFillType 枚举

  • java.lang.Object
    • java.lang.Enum<ComputeNodeFillType>
      • com.microsoft.azure.management.batch.ComputeNodeFillType

public enum ComputeNodeFillType

定义 ComputeNodeFillType 的值。

字段

PACK

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

SPREAD

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

方法

fromString(String value)

public static ComputeNodeFillType fromString(String value)

将序列化值分析为 ComputeNodeFillType 实例。

参数

value
String
要分析的序列化值。

返回

分析的 ComputeNodeFillType 对象;如果无法分析,则为 null。

toString()

public String toString()

返回

String

适用于