AdaptiveApplicationControlGroup.DefinitionStages.WithEnforcementMode Interface

public static interface AdaptiveApplicationControlGroup.DefinitionStages.WithEnforcementMode

The stage of the AdaptiveApplicationControlGroup definition allowing to specify enforcementMode.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEnforcementMode(EnforcementMode enforcementMode)

Specifies the enforcementMode property: The application control policy enforcement/protection mode of the machine group.

Method Details

withEnforcementMode

public abstract AdaptiveApplicationControlGroup.DefinitionStages.WithCreate withEnforcementMode(EnforcementMode enforcementMode)

Specifies the enforcementMode property: The application control policy enforcement/protection mode of the machine group.

Parameters:

enforcementMode - The application control policy enforcement/protection mode of the machine group.

Returns:

the next definition stage.

Applies to