AutoScaleRun Constructors

Definition

Overloads

AutoScaleRun()

Initializes a new instance of the AutoScaleRun class.

AutoScaleRun(DateTime, String, AutoScaleRunError)

Initializes a new instance of the AutoScaleRun class.

AutoScaleRun()

Initializes a new instance of the AutoScaleRun class.

public AutoScaleRun ();
Public Sub New ()

Applies to

AutoScaleRun(DateTime, String, AutoScaleRunError)

Initializes a new instance of the AutoScaleRun class.

public AutoScaleRun (DateTime evaluationTime, string results = default, Microsoft.Azure.Management.Batch.Models.AutoScaleRunError error = default);
new Microsoft.Azure.Management.Batch.Models.AutoScaleRun : DateTime * string * Microsoft.Azure.Management.Batch.Models.AutoScaleRunError -> Microsoft.Azure.Management.Batch.Models.AutoScaleRun
Public Sub New (evaluationTime As DateTime, Optional results As String = Nothing, Optional error As AutoScaleRunError = Nothing)

Parameters

evaluationTime
DateTime

The time at which the autoscale formula was last evaluated.

results
String

The final values of all variables used in the evaluation of the autoscale formula.

error
AutoScaleRunError

Details of the error encountered evaluating the autoscale formula on the pool, if the evaluation was unsuccessful.

Applies to