ScaleRule.UpdateDefinitionStages.Blank Interface

public static interface ScaleRule.UpdateDefinitionStages.Blank

The first stage of autoscale profile scale rule definition.

Method Summary

Modifier and Type Method and Description
abstract WithMetricName withMetricSource(String metricSourceResourceId)

Sets the resource identifier of the resource the rule monitors.

Method Details

withMetricSource

public abstract ScaleRule.UpdateDefinitionStages.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.

Applies to