Interface AutoscaleProfile.DefinitionStages.WithScaleRule
- All Known Subinterfaces:
AutoscaleProfile.Definition
- Enclosing interface:
- AutoscaleProfile.DefinitionStages
public static interface AutoscaleProfile.DefinitionStages.WithScaleRule
The stage of the definition which adds scale rules.
-
Method Summary
Modifier and TypeMethodDescriptionStarts the definition of scale rule for the current autoscale profile.
-
Method Details
-
defineScaleRule
ScaleRule.DefinitionStages.Blank defineScaleRule()Starts the definition of scale rule for the current autoscale profile.- Returns:
- the next stage of the definition.
-