Share via


AutoScaleEvaluation.AutoScaleRun Property

 

Gets the result of evaluation of an AutoScale formula.

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

Syntax

public AutoScaleRun AutoScaleRun { get; internal set; }
public:
property AutoScaleRun^ AutoScaleRun {
    AutoScaleRun^ get();
    internal: void set(AutoScaleRun^ value);
}
member AutoScaleRun : AutoScaleRun with get, internal set
Public Property AutoScaleRun As AutoScaleRun
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.Azure.Batch.AutoScaleRun

See Also

AutoScaleEvaluation Class
Microsoft.Azure.Batch Namespace

Return to top