AdaptiveApplicationControlGroup.UpdateStages.WithProtectionMode Interface

public static interface AdaptiveApplicationControlGroup.UpdateStages.WithProtectionMode

The stage of the AdaptiveApplicationControlGroup update allowing to specify protectionMode.

Method Summary

Modifier and Type Method and Description
abstract Update withProtectionMode(ProtectionMode protectionMode)

Specifies the protectionMode property: The protection mode of the collection/file types.

Method Details

withProtectionMode

public abstract AdaptiveApplicationControlGroup.Update withProtectionMode(ProtectionMode protectionMode)

Specifies the protectionMode property: The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux..

Parameters:

protectionMode - The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.

Returns:

the next definition stage.

Applies to