CloudPoolEnableAutoScaleParameters.AutoScaleFormula Property

 

Optional. Gets or sets the formula for the desired number of compute nodes in the pool.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public string AutoScaleFormula { get; set; }
public:
property String^ AutoScaleFormula {
    String^ get();
    void set(String^ value);
}
member AutoScaleFormula : string with get, set
Public Property AutoScaleFormula As String

Property Value

Type: System.String

See Also

CloudPoolEnableAutoScaleParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top