DeviceSecurityGroup.DefinitionStages.WithThresholdRules Interface

public static interface DeviceSecurityGroup.DefinitionStages.WithThresholdRules

The stage of the DeviceSecurityGroup definition allowing to specify thresholdRules.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withThresholdRules(List<ThresholdCustomAlertRule> thresholdRules)

Specifies the thresholdRules property: The list of custom alert threshold rules..

Method Details

withThresholdRules

public abstract DeviceSecurityGroup.DefinitionStages.WithCreate withThresholdRules(List thresholdRules)

Specifies the thresholdRules property: The list of custom alert threshold rules..

Parameters:

thresholdRules - The list of custom alert threshold rules.

Returns:

the next definition stage.

Applies to