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