DeviceSecurityGroup.UpdateStages.WithThresholdRules Interface

public static interface DeviceSecurityGroup.UpdateStages.WithThresholdRules

The stage of the DeviceSecurityGroup update allowing to specify thresholdRules.

Method Summary

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

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

Method Details

withThresholdRules

public abstract DeviceSecurityGroup.Update withThresholdRules(List<ThresholdCustomAlertRule> 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