Interface AutoscaleProfile.DefinitionStages.WithScaleRule
-
- All Known Subinterfaces:
AutoscaleProfile.Definition
- Enclosing interface:
- AutoscaleProfile.DefinitionStages
public static interface AutoscaleProfile.DefinitionStages.WithScaleRuleThe stage of the definition which adds scale rules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScaleRule.DefinitionStages.BlankdefineScaleRule()Starts the definition of scale rule for the current autoscale profile.
-
-
-
Method Detail
-
defineScaleRule
ScaleRule.DefinitionStages.Blank defineScaleRule()
Starts the definition of scale rule for the current autoscale profile.- Returns:
- the next stage of the definition.
-
-