Freigeben über


AdaptiveApplicationControlIssue Struct

Definition

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

Name Description
AdaptiveApplicationControlIssue(String)

Initializes a new instance of AdaptiveApplicationControlIssue.

Properties

Name Description
ExecutableViolationsAudited

ExecutableViolationsAudited.

MsiAndScriptViolationsAudited

MsiAndScriptViolationsAudited.

MsiAndScriptViolationsBlocked

MsiAndScriptViolationsBlocked.

RulesViolatedManually

RulesViolatedManually.

ViolationsAudited

ViolationsAudited.

ViolationsBlocked

ViolationsBlocked.

Methods

Name Description
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

Name Description
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.

Applies to