你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FixedScaleSettings 类
- java.
lang. Object - com.
microsoft. azure. management. batch. FixedScaleSettings
- com.
public class FixedScaleSettings
修复了池的缩放设置。
构造函数摘要
构造函数 | 说明 | |
---|---|---|
FixedScaleSettings() |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Compute |
nodeDeallocationOption()
如果省略,则获取 ,默认值为 Requeue。 |
org.joda.time.Period |
resizeTimeout()
获取默认值为 15 分钟。 |
java.lang.Integer |
targetDedicatedNodes()
获取至少一个目标 |
java.lang.Integer |
targetLowPriorityNodes()
获取至少一个目标 |
Fixed |
withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
如果省略,则设置默认值为 Requeue。 |
Fixed |
withResizeTimeout(Period resizeTimeout)
将默认值设置为 15 分钟。 |
Fixed |
withTargetDedicatedNodes(Integer targetDedicatedNodes)
至少设置一个目标 |
Fixed |
withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
至少设置一个目标 |
方法继承自 java.lang.Object
构造函数详细信息
FixedScaleSettings
public FixedScaleSettings()
方法详细信息
nodeDeallocationOption
public ComputeNodeDeallocationOption nodeDeallocationOption()
如果省略,则获取 ,默认值为 Requeue。 可能的值包括:“Requeue”、“Terminate”、“TaskCompletion”、“RetainedData”。
Returns:
resizeTimeout
public Period resizeTimeout()
获取默认值为 15 分钟。 超时值使用 ISO 8601 格式。 例如,使用 PT10M 10 分钟。 最小值为 5 分钟。 如果指定的值小于 5 分钟,Batch 服务会拒绝请求并显示错误;如果直接调用 REST API,则 HTTP 状态代码为 400 (错误请求) 。
Returns:
targetDedicatedNodes
public Integer targetDedicatedNodes()
获取至少一个 targetDedicatedNodes,必须设置 targetLowPriorityNodes。
Returns:
targetLowPriorityNodes
public Integer targetLowPriorityNodes()
获取至少一个 targetDedicatedNodes,必须设置 targetLowPriorityNodes。
Returns:
withNodeDeallocationOption
public FixedScaleSettings withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
如果省略,则设置默认值为 Requeue。 可能的值包括:“Requeue”、“Terminate”、“TaskCompletion”、“RetainedData”。
Parameters:
Returns:
withResizeTimeout
public FixedScaleSettings withResizeTimeout(Period resizeTimeout)
将默认值设置为 15 分钟。 超时值使用 ISO 8601 格式。 例如,使用 PT10M 10 分钟。 最小值为 5 分钟。 如果指定的值小于 5 分钟,Batch 服务会拒绝请求并显示错误;如果直接调用 REST API,则 HTTP 状态代码为 400 (错误请求) 。
Parameters:
Returns:
withTargetDedicatedNodes
public FixedScaleSettings withTargetDedicatedNodes(Integer targetDedicatedNodes)
设置至少一个 targetDedicatedNodes,必须设置 targetLowPriorityNodes。
Parameters:
Returns:
withTargetLowPriorityNodes
public FixedScaleSettings withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
设置至少一个 targetDedicatedNodes,必须设置 targetLowPriorityNodes。
Parameters:
Returns: