DeviceSecurityGroup.DefinitionStages.WithAllowlistRules Interface

public static interface DeviceSecurityGroup.DefinitionStages.WithAllowlistRules

The stage of the DeviceSecurityGroup definition allowing to specify allowlistRules.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAllowlistRules(List<AllowlistCustomAlertRule> allowlistRules)

Specifies the allowlistRules property: The allow-list custom alert rules..

Method Details

withAllowlistRules

public abstract DeviceSecurityGroup.DefinitionStages.WithCreate withAllowlistRules(List allowlistRules)

Specifies the allowlistRules property: The allow-list custom alert rules..

Parameters:

allowlistRules - The allow-list custom alert rules.

Returns:

the next definition stage.

Applies to