PrometheusRuleGroupResource.DefinitionStages.WithInterval Interface

public static interface PrometheusRuleGroupResource.DefinitionStages.WithInterval

The stage of the PrometheusRuleGroupResource definition allowing to specify interval.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withInterval(String interval)

Specifies the interval property: the interval in which to run the Prometheus rule group represented in ISO 8601 duration format.

Method Details

withInterval

public abstract PrometheusRuleGroupResource.DefinitionStages.WithCreate withInterval(String interval)

Specifies the interval property: the interval in which to run the Prometheus rule group represented in ISO 8601 duration format. Should be between 1 and 15 minutes.

Parameters:

interval - the interval in which to run the Prometheus rule group represented in ISO 8601 duration format. Should be between 1 and 15 minutes.

Returns:

the next definition stage.

Applies to