Interface AutoscaleSetting.DefinitionStages.WithAutoscaleSettingResourceEnabled
- All Known Subinterfaces:
AutoscaleSetting.Definition, AutoscaleSetting.DefinitionStages.WithCreate
- Enclosing interface:
AutoscaleSetting.DefinitionStages
public static interface AutoscaleSetting.DefinitionStages.WithAutoscaleSettingResourceEnabled
The stage of the definition which specifies if the current autoscale setting should be disabled upon
creation.
-
Method Summary
Modifier and TypeMethodDescriptionSet the current autoscale in the disabled state.
-
Method Details
-
withAutoscaleDisabled
AutoscaleSetting.DefinitionStages.WithCreate withAutoscaleDisabled()Set the current autoscale in the disabled state.- Returns:
- the next stage of the definition.
-