PrometheusRuleGroupResource.DefinitionStages.WithEnabled Interface

public static interface PrometheusRuleGroupResource.DefinitionStages.WithEnabled

The stage of the PrometheusRuleGroupResource definition allowing to specify enabled.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEnabled(Boolean enabled)

Specifies the enabled property: the flag that indicates whether the Prometheus rule group is enabled..

Method Details

withEnabled

public abstract PrometheusRuleGroupResource.DefinitionStages.WithCreate withEnabled(Boolean enabled)

Specifies the enabled property: the flag that indicates whether the Prometheus rule group is enabled..

Parameters:

enabled - the flag that indicates whether the Prometheus rule group is enabled.

Returns:

the next definition stage.

Applies to