Share via


BatchHostEndpointSettingsModeType Enum

Definition

Specifies the access control policy execution mode.

public enum BatchHostEndpointSettingsModeType
type BatchHostEndpointSettingsModeType = 
Public Enum BatchHostEndpointSettingsModeType
Inheritance
BatchHostEndpointSettingsModeType

Fields

Name Value Description
Audit 0

In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints.

Enforce 1

Enforce mode is the recommended mode of operation and system will enforce the access control policy. This property cannot be used together with 'inVMAccessControlProfileReferenceId'.

Applies to