AutoScaleRun Class
- java.
lang. Object - com.
microsoft. azure. management. batch. AutoScaleRun
- com.
public class AutoScaleRun
The results and errors from an execution of a pool autoscale formula.
Method Summary
Modifier and Type | Method and Description |
---|---|
Auto |
error()
Get the error value. |
DateTime |
evaluationTime()
Get the evaluationTime value. |
String |
results()
Get each variable value is returned in the form $variable=value, and variables are separated by semicolons. |
Auto |
withError(AutoScaleRunError error)
Set the error value. |
Auto |
withEvaluationTime(DateTime evaluationTime)
Set the evaluationTime value. |
Auto |
withResults(String results)
Set each variable value is returned in the form $variable=value, and variables are separated by semicolons. |
Method Details
error
public AutoScaleRunError error()
Get the error value.
Returns:
evaluationTime
public DateTime evaluationTime()
Get the evaluationTime value.
Returns:
results
public String results()
Get each variable value is returned in the form $variable=value, and variables are separated by semicolons.
Returns:
withError
public AutoScaleRun withError(AutoScaleRunError error)
Set the error value.
Parameters:
Returns:
withEvaluationTime
public AutoScaleRun withEvaluationTime(DateTime evaluationTime)
Set the evaluationTime value.
Parameters:
Returns:
withResults
public AutoScaleRun withResults(String results)
Set each variable value is returned in the form $variable=value, and variables are separated by semicolons.
Parameters:
Returns:
Applies to
Azure SDK for Java