Interface AutoscaleProfile.Definition
-
- All Superinterfaces:
Attachable.InDefinition<AutoscaleSetting.DefinitionStages.WithCreate>,AutoscaleProfile.DefinitionStages.Blank,AutoscaleProfile.DefinitionStages.WithAttach,AutoscaleProfile.DefinitionStages.WithScaleRule,AutoscaleProfile.DefinitionStages.WithScaleRuleOptional,AutoscaleProfile.DefinitionStages.WithScaleSchedule
- Enclosing interface:
- AutoscaleProfile
public static interface AutoscaleProfile.Definition extends AutoscaleProfile.DefinitionStages.WithAttach, AutoscaleProfile.DefinitionStages.Blank, AutoscaleProfile.DefinitionStages.WithScaleRule, AutoscaleProfile.DefinitionStages.WithScaleRuleOptional, AutoscaleProfile.DefinitionStages.WithScaleSchedule
The entirety of an autoscale profile definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.monitor.models.AutoscaleProfile.DefinitionStages.Blank
withFixedInstanceCount, withMetricBasedScale, withScheduleBasedScale
-
Methods inherited from interface com.azure.resourcemanager.monitor.models.AutoscaleProfile.DefinitionStages.WithScaleRule
defineScaleRule
-
Methods inherited from interface com.azure.resourcemanager.monitor.models.AutoscaleProfile.DefinitionStages.WithScaleRuleOptional
defineScaleRule, withFixedDateSchedule, withRecurrentSchedule
-
Methods inherited from interface com.azure.resourcemanager.monitor.models.AutoscaleProfile.DefinitionStages.WithScaleSchedule
withFixedDateSchedule, withRecurrentSchedule
-
-