SecurityInsightsGroupingMatchingMethod Struct

Definition

Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty.

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

Constructors

SecurityInsightsGroupingMatchingMethod(String)

Initializes a new instance of SecurityInsightsGroupingMatchingMethod.

Properties

AllEntities

Grouping alerts into a single incident if all the entities match.

AnyAlert

Grouping any alerts triggered by this rule into a single incident.

Selected

Grouping alerts into a single incident if the selected entities, custom details and alert details match.

Methods

Equals(SecurityInsightsGroupingMatchingMethod)

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(SecurityInsightsGroupingMatchingMethod, SecurityInsightsGroupingMatchingMethod)

Determines if two SecurityInsightsGroupingMatchingMethod values are the same.

Implicit(String to SecurityInsightsGroupingMatchingMethod)

Converts a string to a SecurityInsightsGroupingMatchingMethod.

Inequality(SecurityInsightsGroupingMatchingMethod, SecurityInsightsGroupingMatchingMethod)

Determines if two SecurityInsightsGroupingMatchingMethod values are not the same.

Applies to