Udostępnij przez


HostEndpointSettings.Mode Property

Definition

Specifies the execution mode. 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. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation.

public Azure.ResourceManager.Compute.Models.HostEndpointSettingsMode? Mode { get; set; }
member this.Mode : Nullable<Azure.ResourceManager.Compute.Models.HostEndpointSettingsMode> with get, set
Public Property Mode As Nullable(Of HostEndpointSettingsMode)

Property Value

Applies to