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

BatchAccountAutoScaleSettings(String) Constructor

Definition

Initializes a new instance of BatchAccountAutoScaleSettings.

public BatchAccountAutoScaleSettings (string formula);
new Azure.ResourceManager.Batch.Models.BatchAccountAutoScaleSettings : string -> Azure.ResourceManager.Batch.Models.BatchAccountAutoScaleSettings
Public Sub New (formula As String)

Parameters

formula
String

A formula for the desired number of compute nodes in the pool.

Exceptions

formula is null.

Applies to