Uses of Class
com.azure.resourcemanager.batch.models.AutoScaleRun
Packages that use AutoScaleRun
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of AutoScaleRun in com.azure.resourcemanager.batch.fluent.models
Methods in com.azure.resourcemanager.batch.fluent.models that return AutoScaleRunModifier and TypeMethodDescriptionPoolInner.autoScaleRun()Get the autoScaleRun property: The results and errors from an execution of a pool autoscale formula.PoolProperties.autoScaleRun()Get the autoScaleRun property: The results and errors from an execution of a pool autoscale formula. -
Uses of AutoScaleRun in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return AutoScaleRunModifier and TypeMethodDescriptionPool.autoScaleRun()Gets the autoScaleRun property: The results and errors from an execution of a pool autoscale formula.AutoScaleRun.withError(AutoScaleRunError error) Set the error property: An error that occurred when autoscaling a pool.AutoScaleRun.withEvaluationTime(OffsetDateTime evaluationTime) Set the evaluationTime property: The time at which the autoscale formula was last evaluated.AutoScaleRun.withResults(String results) Set the results property: The final values of all variables used in the evaluation of the autoscale formula.