Interface AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceProfiles
-
- All Known Subinterfaces:
AutoscaleSetting.Definition,AutoscaleSetting.DefinitionStages.WithCreate
- Enclosing interface:
- AutoscaleSetting.DefinitionStages
public static interface AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceProfilesThe stage of the definition which specifies autoscale profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoscaleProfile.DefinitionStages.BlankdefineAutoscaleProfile(String name)Starts the definition of automatic scaling profiles that specify different scaling parameters for different time periods.
-
-
-
Method Detail
-
defineAutoscaleProfile
AutoscaleProfile.DefinitionStages.Blank defineAutoscaleProfile(String name)
Starts the definition of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.- Parameters:
name- name of the autoscale profile.- Returns:
- the next stage of the definition.
-
-