Interface ScaleRule.UpdateDefinitionStages.Blank
- All Known Subinterfaces:
ScaleRule.UpdateDefinition
- Enclosing interface:
- ScaleRule.UpdateDefinitionStages
public static interface ScaleRule.UpdateDefinitionStages.Blank
The first stage of autoscale profile scale rule definition.
-
Method Summary
Modifier and TypeMethodDescriptionwithMetricSource(String metricSourceResourceId) Sets the resource identifier of the resource the rule monitors.
-
Method Details
-
withMetricSource
Sets the resource identifier of the resource the rule monitors.- Parameters:
metricSourceResourceId- resourceId of the resource.- Returns:
- the next stage of the definition.
-