Class AutoScaleRun
java.lang.Object
com.microsoft.azure.management.batch.AutoScaleRun
The results and errors from an execution of a pool autoscale formula.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionerror()
Get the error value.org.joda.time.DateTime
Get the evaluationTime value.results()
Get each variable value is returned in the form $variable=value, and variables are separated by semicolons.withError
(AutoScaleRunError error) Set the error value.withEvaluationTime
(org.joda.time.DateTime evaluationTime) Set the evaluationTime value.withResults
(String results) Set each variable value is returned in the form $variable=value, and variables are separated by semicolons.
-
Constructor Details
-
AutoScaleRun
public AutoScaleRun()
-
-
Method Details
-
evaluationTime
public org.joda.time.DateTime evaluationTime()Get the evaluationTime value.- Returns:
- the evaluationTime value
-
withEvaluationTime
Set the evaluationTime value.- Parameters:
evaluationTime
- the evaluationTime value to set- Returns:
- the AutoScaleRun object itself.
-
results
Get each variable value is returned in the form $variable=value, and variables are separated by semicolons.- Returns:
- the results value
-
withResults
Set each variable value is returned in the form $variable=value, and variables are separated by semicolons.- Parameters:
results
- the results value to set- Returns:
- the AutoScaleRun object itself.
-
error
Get the error value.- Returns:
- the error value
-
withError
Set the error value.- Parameters:
error
- the error value to set- Returns:
- the AutoScaleRun object itself.
-