共用方式為


ResizeOperationStatus.ResizeTimeout 屬性

定義

取得或設定將計算節點配置至集區或從集區移除計算節點的逾時。

[Newtonsoft.Json.JsonProperty(PropertyName="resizeTimeout")]
public TimeSpan? ResizeTimeout { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resizeTimeout")>]
member this.ResizeTimeout : Nullable<TimeSpan> with get, set
Public Property ResizeTimeout As Nullable(Of TimeSpan)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

預設值為 15 分鐘。 最小值為 5 分鐘。 如果您指定小於 5 分鐘的值,Batch 服務會傳回錯誤;如果您要直接呼叫 REST API,HTTP 狀態碼為 400 (「不正確的要求」) 。

適用於