Interface ScaleRule.ParentUpdateDefinitionStages.Blank
-
- All Known Subinterfaces:
ScaleRule.ParentUpdateDefinition
- Enclosing interface:
- ScaleRule.ParentUpdateDefinitionStages
public static interface ScaleRule.ParentUpdateDefinitionStages.BlankThe first stage of autoscale profile scale rule definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScaleRule.ParentUpdateDefinitionStages.WithMetricNamewithMetricSource(String metricSourceResourceId)Sets the resource identifier of the resource the rule monitors.
-
-
-
Method Detail
-
withMetricSource
ScaleRule.ParentUpdateDefinitionStages.WithMetricName withMetricSource(String metricSourceResourceId)
Sets the resource identifier of the resource the rule monitors.- Parameters:
metricSourceResourceId- resourceId of the resource.- Returns:
- the next stage of the definition.
-
-