AlertProcessingRule.DefinitionStages.WithProperties Interface

public static interface AlertProcessingRule.DefinitionStages.WithProperties

The stage of the AlertProcessingRule definition allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(AlertProcessingRuleProperties properties)

Specifies the properties property: Alert processing rule properties..

Method Details

withProperties

public abstract AlertProcessingRule.DefinitionStages.WithCreate withProperties(AlertProcessingRuleProperties properties)

Specifies the properties property: Alert processing rule properties..

Parameters:

properties - Alert processing rule properties.

Returns:

the next definition stage.

Applies to