AlertRuleResourcePatch コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AlertRuleResourcePatch() |
AlertRuleResourcePatch クラスの新しいインスタンスを初期化します。 |
AlertRuleResourcePatch(String, Boolean, RuleCondition, IDictionary<String,String>, String, String, RuleAction, IList<RuleAction>, Nullable<DateTime>) |
AlertRuleResourcePatch クラスの新しいインスタンスを初期化します。 |
AlertRuleResourcePatch()
AlertRuleResourcePatch クラスの新しいインスタンスを初期化します。
public AlertRuleResourcePatch ();
Public Sub New ()
適用対象
AlertRuleResourcePatch(String, Boolean, RuleCondition, IDictionary<String,String>, String, String, RuleAction, IList<RuleAction>, Nullable<DateTime>)
AlertRuleResourcePatch クラスの新しいインスタンスを初期化します。
public AlertRuleResourcePatch (string name, bool isEnabled, Microsoft.Azure.Management.Monitor.Models.RuleCondition condition, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, string provisioningState = default, Microsoft.Azure.Management.Monitor.Models.RuleAction action = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.RuleAction> actions = default, DateTime? lastUpdatedTime = default);
new Microsoft.Azure.Management.Monitor.Models.AlertRuleResourcePatch : string * bool * Microsoft.Azure.Management.Monitor.Models.RuleCondition * System.Collections.Generic.IDictionary<string, string> * string * string * Microsoft.Azure.Management.Monitor.Models.RuleAction * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.RuleAction> * Nullable<DateTime> -> Microsoft.Azure.Management.Monitor.Models.AlertRuleResourcePatch
Public Sub New (name As String, isEnabled As Boolean, condition As RuleCondition, Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional provisioningState As String = Nothing, Optional action As RuleAction = Nothing, Optional actions As IList(Of RuleAction) = Nothing, Optional lastUpdatedTime As Nullable(Of DateTime) = Nothing)
パラメーター
- name
- String
アラート ルールの名前。
- isEnabled
- Boolean
アラート ルールが有効になっているかどうかを示すフラグ。
- condition
- RuleCondition
アラート ルールがアクティブ化される条件。
- tags
- IDictionary<String,String>
リソース タグ
- description
- String
アラート メールに含まれるアラート ルールの説明。
- provisioningState
- String
プロビジョニングの状態。
- action
- RuleAction
アラート ルールがアクティブになったとき、およびアラート条件が解決されたときに実行されるアクション。
- actions
- IList<RuleAction>
アラート ルールがアクティブになったとき、およびアラート条件が解決されたときに実行されるアクションの配列。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET