Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutoScaleRun

Package version

interface

An interface representing AutoScaleRun.

summary

The results and errors from an execution of a pool autoscale formula.

Hierarchy

  • AutoScaleRun

Index

Properties

Optional error

member

{AutoScaleRunError} [error] Details of the error encountered evaluating the autoscale formula on the pool, if the evaluation was unsuccessful.

evaluationTime

evaluationTime: Date
member

{Date} evaluationTime The time at which the autoscale formula was last evaluated.

Optional results

results: undefined | string
member

{string} [results] The final values of all variables used in the evaluation of the autoscale formula. Each variable value is returned in the form $variable=value, and variables are separated by semicolons.

Generated using TypeDoc