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