EventGroupingAggregationKind Struct

Definition

The event grouping aggregation kinds

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKindTypeConverter))]
public struct EventGroupingAggregationKind : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKind>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EventGroupingAggregationKindTypeConverter))>]
type EventGroupingAggregationKind = struct
    interface IArgumentCompleter
Public Structure EventGroupingAggregationKind
Implements IArgumentCompleter, IEquatable(Of EventGroupingAggregationKind)
Inheritance
EventGroupingAggregationKind
Attributes
Implements

Fields

AlertPerResult
SingleAlert

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(EventGroupingAggregationKind)

Compares values of enum type EventGroupingAggregationKind

Equals(Object)

Compares values of enum type EventGroupingAggregationKind (override for Object)

GetHashCode()

Returns hashCode for enum EventGroupingAggregationKind

ToString()

Returns string representation for EventGroupingAggregationKind

Operators

Equality(EventGroupingAggregationKind, EventGroupingAggregationKind)

Overriding == operator for enum EventGroupingAggregationKind

Implicit(EventGroupingAggregationKind to String)

Implicit operator to convert EventGroupingAggregationKind to string

Implicit(String to EventGroupingAggregationKind)

Implicit operator to convert string to EventGroupingAggregationKind

Inequality(EventGroupingAggregationKind, EventGroupingAggregationKind)

Overriding != operator for enum EventGroupingAggregationKind

Applies to