CloudPool.AutoScaleFormula プロパティ

定義

プール内のコンピューティング ノードの必要な数の数式を取得または設定します。

public string AutoScaleFormula { get; set; }
member this.AutoScaleFormula : string with get, set
Public Property AutoScaleFormula As String

プロパティ値

注釈

自動スケーリングの数式を記述する方法については、次を参照してください。 https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/. が true に設定されている場合 AutoScaleEnabled 、このプロパティは必須です。 AutoScaleEnabled が false の場合は null にする必要があります。

プールの作成前に式の有効性がチェックされます。 数式が無効な場合は、 をコミット CloudPoolしようとすると例外がスローされます。

適用対象