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

BatchAccountFixedScaleSettings 类

定义

固定池的缩放设置。

public class BatchAccountFixedScaleSettings
type BatchAccountFixedScaleSettings = class
Public Class BatchAccountFixedScaleSettings
继承
BatchAccountFixedScaleSettings

构造函数

BatchAccountFixedScaleSettings()

初始化 BatchAccountFixedScaleSettings 的新实例。

属性

NodeDeallocationOption

如果省略,默认值为“重新排队”。

ResizeTimeout

默认值为 15 分钟。 超时值使用 ISO 8601 格式。 例如,使用 PT10M 10 分钟。 最小值为 5 分钟。 如果指定的值小于 5 分钟,Batch 服务会拒绝请求并显示错误;如果直接调用 REST API,则 HTTP 状态代码为 400 (错误请求) 。

TargetDedicatedNodes

必须设置至少一个 targetDedicatedNodes,targetLowPriorityNodes。

TargetLowPriorityNodes

必须设置至少一个 targetDedicatedNodes,targetLowPriorityNodes。

适用于