Sdílet prostřednictvím


AdaptiveApplicationControlEnforcementMode Struct

Definition

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

public readonly struct AdaptiveApplicationControlEnforcementMode : IEquatable<Azure.ResourceManager.SecurityCenter.Models.AdaptiveApplicationControlEnforcementMode>
type AdaptiveApplicationControlEnforcementMode = struct
Public Structure AdaptiveApplicationControlEnforcementMode
Implements IEquatable(Of AdaptiveApplicationControlEnforcementMode)
Inheritance
AdaptiveApplicationControlEnforcementMode
Implements

Constructors

AdaptiveApplicationControlEnforcementMode(String)

Initializes a new instance of AdaptiveApplicationControlEnforcementMode.

Properties

Audit

Audit.

Enforce

Enforce.

None

None.

Methods

Equals(AdaptiveApplicationControlEnforcementMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AdaptiveApplicationControlEnforcementMode, AdaptiveApplicationControlEnforcementMode)

Determines if two AdaptiveApplicationControlEnforcementMode values are the same.

Implicit(String to AdaptiveApplicationControlEnforcementMode)

Converts a string to a AdaptiveApplicationControlEnforcementMode.

Inequality(AdaptiveApplicationControlEnforcementMode, AdaptiveApplicationControlEnforcementMode)

Determines if two AdaptiveApplicationControlEnforcementMode values are not the same.

Applies to