次の方法で共有


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 分です。

適用対象