次の方法で共有


EventGroupingAggregationKind 構造体

定義

イベント グループの集計の種類。

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

コンストラクター

EventGroupingAggregationKind(String)

EventGroupingAggregationKind の新しいインスタンスを初期化します。

プロパティ

AlertPerResult

AlertPerResult。

SingleAlert

SingleAlert。

メソッド

Equals(EventGroupingAggregationKind)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(EventGroupingAggregationKind, EventGroupingAggregationKind)

2 つの EventGroupingAggregationKind 値が同じかどうかを判断します。

Implicit(String to EventGroupingAggregationKind)

文字列を EventGroupingAggregationKind に変換します。

Inequality(EventGroupingAggregationKind, EventGroupingAggregationKind)

2 つの EventGroupingAggregationKind 値が同じでないかどうかを判断します。

適用対象