次の方法で共有


ThresholdCustomAlertRule クラス

定義

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

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

コンストラクター

ThresholdCustomAlertRule(Boolean, Int32, Int32)

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

プロパティ

Description

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

(継承元 CustomAlertRule)
DisplayName

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

(継承元 CustomAlertRule)
IsEnabled

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

(継承元 CustomAlertRule)
MaxThreshold

最大しきい値。

MinThreshold

最小しきい値。

適用対象