EventGroupingAggregationKind Struct

Definition

The event grouping aggregation kinds.

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

Constructors

EventGroupingAggregationKind(String)

Initializes a new instance of EventGroupingAggregationKind.

Properties

AlertPerResult

AlertPerResult.

SingleAlert

SingleAlert.

Methods

Equals(EventGroupingAggregationKind)

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

Determines if two EventGroupingAggregationKind values are the same.

Implicit(String to EventGroupingAggregationKind)

Converts a string to a EventGroupingAggregationKind.

Inequality(EventGroupingAggregationKind, EventGroupingAggregationKind)

Determines if two EventGroupingAggregationKind values are not the same.

Applies to