PrometheusRuleGroupResource.DefinitionStages.WithClusterName Interface

public static interface PrometheusRuleGroupResource.DefinitionStages.WithClusterName

The stage of the PrometheusRuleGroupResource definition allowing to specify clusterName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withClusterName(String clusterName)

Specifies the clusterName property: the cluster name of the rule group evaluation..

Method Details

withClusterName

public abstract PrometheusRuleGroupResource.DefinitionStages.WithCreate withClusterName(String clusterName)

Specifies the clusterName property: the cluster name of the rule group evaluation..

Parameters:

clusterName - the cluster name of the rule group evaluation.

Returns:

the next definition stage.

Applies to