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

NodePlacementConfiguration 类

  • java.lang.Object
    • com.microsoft.azure.management.batch.NodePlacementConfiguration

public class NodePlacementConfiguration

批处理池的节点放置配置。 Batch 服务用于预配节点的分配配置。

构造函数摘要

构造函数 说明
NodePlacementConfiguration()

方法摘要

修饰符和类型 方法和描述
NodePlacementPolicyType policy()

获取 Batch 服务用于预配节点的分配策略。

NodePlacementConfiguration withPolicy(NodePlacementPolicyType policy)

设置 Batch 服务用于预配节点的分配策略。

方法继承自 java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

构造函数详细信息

NodePlacementConfiguration

public NodePlacementConfiguration()

方法详细信息

policy

public NodePlacementPolicyType policy()

获取 Batch 服务用于预配节点的分配策略。 如果未指定,Batch 将使用区域策略。 可能的值包括:“Regional”、“Zonal”。

Returns:

策略值

withPolicy

public NodePlacementConfiguration withPolicy(NodePlacementPolicyType policy)

设置 Batch 服务用于预配节点的分配策略。 如果未指定,Batch 将使用区域策略。 可能的值包括:“Regional”、“Zonal”。

Parameters:

policy - 要设置的策略值

Returns:

NodePlacementConfiguration 对象本身。

适用于