次の方法で共有


AlertRuleAllOfCondition コンストラクター

定義

オーバーロード

AlertRuleAllOfCondition()

AlertRuleAllOfCondition クラスの新しいインスタンスを初期化します。

AlertRuleAllOfCondition(IList<AlertRuleAnyOfOrLeafCondition>)

AlertRuleAllOfCondition クラスの新しいインスタンスを初期化します。

AlertRuleAllOfCondition()

AlertRuleAllOfCondition クラスの新しいインスタンスを初期化します。

public AlertRuleAllOfCondition ();
Public Sub New ()

適用対象

AlertRuleAllOfCondition(IList<AlertRuleAnyOfOrLeafCondition>)

AlertRuleAllOfCondition クラスの新しいインスタンスを初期化します。

public AlertRuleAllOfCondition (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AlertRuleAnyOfOrLeafCondition> allOf);
new Microsoft.Azure.Management.Monitor.Models.AlertRuleAllOfCondition : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AlertRuleAnyOfOrLeafCondition> -> Microsoft.Azure.Management.Monitor.Models.AlertRuleAllOfCondition
Public Sub New (allOf As IList(Of AlertRuleAnyOfOrLeafCondition))

パラメーター

allOf
IList<AlertRuleAnyOfOrLeafCondition>

アクティビティ ログ アラート ルールの条件の一覧。

適用対象