Interface AutoscaleProfile.UpdateDefinitionStages.WithScaleRule
- All Known Subinterfaces:
AutoscaleProfile.UpdateDefinition
- Enclosing interface:
- AutoscaleProfile.UpdateDefinitionStages
public static interface AutoscaleProfile.UpdateDefinitionStages.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.ParentUpdateDefinitionStages.Blank defineScaleRule()Starts the definition of scale rule for the current autoscale profile.- Returns:
- the next stage of the definition.
-