AdaptiveApplicationControlIssue 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.
An alert that machines within a group can have.
public readonly struct AdaptiveApplicationControlIssue : IEquatable<Azure.ResourceManager.SecurityCenter.Models.AdaptiveApplicationControlIssue>
type AdaptiveApplicationControlIssue = struct
Public Structure AdaptiveApplicationControlIssue
Implements IEquatable(Of AdaptiveApplicationControlIssue)
- Inheritance
-
AdaptiveApplicationControlIssue
- Implements
Constructors
AdaptiveApplicationControlIssue(String) |
Initializes a new instance of AdaptiveApplicationControlIssue. |
Properties
ExecutableViolationsAudited |
ExecutableViolationsAudited. |
MsiAndScriptViolationsAudited |
MsiAndScriptViolationsAudited. |
MsiAndScriptViolationsBlocked |
MsiAndScriptViolationsBlocked. |
RulesViolatedManually |
RulesViolatedManually. |
ViolationsAudited |
ViolationsAudited. |
ViolationsBlocked |
ViolationsBlocked. |
Methods
Equals(AdaptiveApplicationControlIssue) |
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(AdaptiveApplicationControlIssue, AdaptiveApplicationControlIssue) |
Determines if two AdaptiveApplicationControlIssue values are the same. |
Implicit(String to AdaptiveApplicationControlIssue) |
Converts a string to a AdaptiveApplicationControlIssue. |
Inequality(AdaptiveApplicationControlIssue, AdaptiveApplicationControlIssue) |
Determines if two AdaptiveApplicationControlIssue values are not the same. |