| Modifier and Type | Method and Description |
|---|---|
AutoScaleSettings |
ScaleSettings.autoScale()
Get this property and fixedScale are mutually exclusive and one of the properties must be specified.
|
AutoScaleSettings |
AutoScaleSettings.withEvaluationInterval(org.joda.time.Period evaluationInterval)
Set if omitted, the default value is 15 minutes (PT15M).
|
AutoScaleSettings |
AutoScaleSettings.withFormula(String formula)
Set the formula value.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleSettings |
ScaleSettings.withAutoScale(AutoScaleSettings autoScale)
Set this property and fixedScale are mutually exclusive and one of the properties must be specified.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/