你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BatchAccountFixedScaleSettings 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
固定池的缩放设置。
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。 |