次の方法で共有


PoolAddParameter.AutoScaleFormula プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="autoScaleFormula")]
public string AutoScaleFormula { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="autoScaleFormula")>]
member this.AutoScaleFormula : string with get, set
Public Property AutoScaleFormula As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

enableAutoScale が false に設定されている場合は、このプロパティを指定しないでください。 enableAutoScale が true に設定されている場合は必須です。 Pool が作成される前に、数式の有効性が確認されます。 式が無効な場合、Batch サービスは詳細なエラー情報を含む要求を拒否します。 この数式の指定の詳細については、「Azure Batch プール内のコンピューティング ノードを自動的にスケーリングする」を参照してください(https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/).

適用対象