次の方法で共有


TimeWindowCustomAlertRule クラス

定義

時間枠内のアクティビティの数 (カスタム アラートの種類によって異なります) が指定された範囲内にあるかどうかを確認するカスタム アラート ルール。 基底クラスであることに注意 TimeWindowCustomAlertRule してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、DirectMethodInvokesNotInAllowedRangeFailedLocalLoginsNotInAllowedRangeFileUploadsNotInAllowedRangeHttpC2DMessagesNotInAllowedRangeQueuePurgesNotInAllowedRangeTwinUpdatesNotInAllowedRangeMqttD2CMessagesNotInAllowedRangeMqttC2DRejectedMessagesNotInAllowedRangeMqttC2DMessagesNotInAllowedRangeHttpC2DRejectedMessagesNotInAllowedRangeHttpD2CMessagesNotInAllowedRangeおよび UnauthorizedOperationsNotInAllowedRangeが含まれます。ActiveConnectionsNotInAllowedRangeAmqpC2DMessagesNotInAllowedRangeAmqpC2DRejectedMessagesNotInAllowedRangeAmqpD2CMessagesNotInAllowedRange

public class TimeWindowCustomAlertRule : Azure.ResourceManager.SecurityCenter.Models.ThresholdCustomAlertRule
type TimeWindowCustomAlertRule = class
    inherit ThresholdCustomAlertRule
Public Class TimeWindowCustomAlertRule
Inherits ThresholdCustomAlertRule
継承
TimeWindowCustomAlertRule
派生

コンストラクター

TimeWindowCustomAlertRule(Boolean, Int32, Int32, TimeSpan)

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

プロパティ

Description

カスタム アラートの説明。

(継承元 CustomAlertRule)
DisplayName

カスタム アラートの表示名。

(継承元 CustomAlertRule)
IsEnabled

カスタム アラートの状態。

(継承元 CustomAlertRule)
MaxThreshold

最大しきい値。

(継承元 ThresholdCustomAlertRule)
MinThreshold

最小しきい値。

(継承元 ThresholdCustomAlertRule)
TimeWindowSize

iso8601 形式の時間枠のサイズ。

適用対象