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

PoolEnableAutoScaleParameter.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

注解

在将公式应用于池之前,将检查公式的有效性。 如果公式无效,Batch 服务会拒绝包含详细错误信息的请求。 有关指定此公式的详细信息,请参阅自动缩放Azure Batch池中的计算节点 (https://azure.microsoft.com/en-us/documentation/articles/batch-automatic-scaling).

适用于