AdaptiveApplicationControlEnforcementMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |