你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResizeOperationStatus 类
- java.
lang. Object - com.
microsoft. azure. management. batch. ResizeOperationStatus
- com.
public class ResizeOperationStatus
有关当前或上次完成的大小调整操作的详细信息。 描述当前操作 (是否池 AllocationState 正在调整大小) ,或者如果 AllocationState 为“稳定) ”,则描述以前完成的操作 (。
构造函数摘要
构造函数 | 说明 | |
---|---|---|
ResizeOperationStatus() |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
java.util.List<Resize |
errors()
仅当上次池大小调整期间发生错误时,并且仅当池分配 |
Compute |
nodeDeallocationOption()
获取默认值为重新排队。 |
org.joda.time.Period |
resizeTimeout()
获取默认值为 15 分钟。 |
org.joda.time.DateTime |
startTime()
获取“开始 |
java.lang.Integer |
targetDedicatedNodes()
获取目标 |
java.lang.Integer |
targetLowPriorityNodes()
获取目标 |
Resize |
withErrors(List<ResizeError> errors)
仅当上次池大小调整期间发生错误时,并且仅当池分配 |
Resize |
withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
将默认值设置为重新排队。 |
Resize |
withResizeTimeout(Period resizeTimeout)
将默认值设置为 15 分钟。 |
Resize |
withStartTime(DateTime startTime)
设置开始 |
Resize |
withTargetDedicatedNodes(Integer targetDedicatedNodes)
设置目标 |
Resize |
withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
设置目标 |
方法继承自 java.lang.Object
构造函数详细信息
ResizeOperationStatus
public ResizeOperationStatus()
方法详细信息
errors
public List
仅当上次池大小调整期间发生错误时,并且仅当池 allocationState 为“稳定”时,才设置此属性。
Returns:
nodeDeallocationOption
public ComputeNodeDeallocationOption nodeDeallocationOption()
获取默认值为重新排队。 可能的值包括:“Requeue”、“Terminate”、“TaskCompletion”、“RetainedData”。
Returns:
resizeTimeout
public Period resizeTimeout()
获取默认值为 15 分钟。 最小值为 5 分钟。 如果指定的值小于 5 分钟,Batch 服务将返回错误;如果直接调用 REST API,则 HTTP 状态代码为 400 (错误请求) 。
Returns:
startTime
public DateTime startTime()
获取 startTime 值。
Returns:
targetDedicatedNodes
public Integer targetDedicatedNodes()
获取 targetDedicatedNodes 值。
Returns:
targetLowPriorityNodes
public Integer targetLowPriorityNodes()
获取 targetLowPriorityNodes 值。
Returns:
withErrors
public ResizeOperationStatus withErrors(List
仅当上次池大小调整期间发生错误时,并且仅当池 allocationState 为“稳定”时,才会设置此属性。
Parameters:
Returns:
withNodeDeallocationOption
public ResizeOperationStatus withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
将默认值设置为重新排队。 可能的值包括:“Requeue”、“Terminate”、“TaskCompletion”、“RetainedData”。
Parameters:
Returns:
withResizeTimeout
public ResizeOperationStatus withResizeTimeout(Period resizeTimeout)
将默认值设置为 15 分钟。 最小值为 5 分钟。 如果指定的值小于 5 分钟,Batch 服务将返回错误;如果直接调用 REST API,则 HTTP 状态代码为 400 (错误请求) 。
Parameters:
Returns:
withStartTime
public ResizeOperationStatus withStartTime(DateTime startTime)
设置 startTime 值。
Parameters:
Returns:
withTargetDedicatedNodes
public ResizeOperationStatus withTargetDedicatedNodes(Integer targetDedicatedNodes)
设置 targetDedicatedNodes 值。
Parameters:
Returns:
withTargetLowPriorityNodes
public ResizeOperationStatus withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
设置 targetLowPriorityNodes 值。
Parameters:
Returns: