DeviceSecurityGroup.DefinitionStages.WithDenylistRules Interface

public static interface DeviceSecurityGroup.DefinitionStages.WithDenylistRules

The stage of the DeviceSecurityGroup definition allowing to specify denylistRules.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDenylistRules(List<DenylistCustomAlertRule> denylistRules)

Specifies the denylistRules property: The deny-list custom alert rules..

Method Details

withDenylistRules

public abstract DeviceSecurityGroup.DefinitionStages.WithCreate withDenylistRules(List denylistRules)

Specifies the denylistRules property: The deny-list custom alert rules..

Parameters:

denylistRules - The deny-list custom alert rules.

Returns:

the next definition stage.

Applies to