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

PoolSpecification.ResizeTimeout 属性

定义

获取或设置将计算节点分配到池的超时。

public TimeSpan? ResizeTimeout { get; set; }
member this.ResizeTimeout : Nullable<TimeSpan> with get, set
Public Property ResizeTimeout As Nullable(Of TimeSpan)

属性值

注解

此超时仅适用于手动缩放;当 设置为 true 时 AutoScaleEnabled ,它不起作用。

默认值为 15 分钟。 最小值为 5 分钟。

适用于