ArmMonitorModelFactory.AlertRuleData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AlertRuleData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.Monitor.AlertRuleData AlertRuleData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string alertRuleName = default, string description = default, string provisioningState = default, bool isEnabled = false, Azure.ResourceManager.Monitor.Models.AlertRuleCondition condition = default, Azure.ResourceManager.Monitor.Models.AlertRuleAction action = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.Models.AlertRuleAction> actions = default, DateTimeOffset? lastUpdatedOn = default);
static member AlertRuleData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * string * bool * Azure.ResourceManager.Monitor.Models.AlertRuleCondition * Azure.ResourceManager.Monitor.Models.AlertRuleAction * seq<Azure.ResourceManager.Monitor.Models.AlertRuleAction> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Monitor.AlertRuleData
Public Shared Function AlertRuleData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional alertRuleName As String = Nothing, Optional description As String = Nothing, Optional provisioningState As String = Nothing, Optional isEnabled As Boolean = false, Optional condition As AlertRuleCondition = Nothing, Optional action As AlertRuleAction = Nothing, Optional actions As IEnumerable(Of AlertRuleAction) = Nothing, Optional lastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing) As AlertRuleData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- tags
- IDictionary<String,String>
タグ。
- location
- AzureLocation
場所。
- alertRuleName
- String
アラート ルールの名前。
- description
- String
アラート メールに含まれるアラート ルールの説明。
- provisioningState
- String
プロビジョニング状態。
- isEnabled
- Boolean
アラート ルールが有効になっているかどうかを示す フラグ。
- condition
- AlertRuleCondition
アラート ルールがアクティブ化される条件。 基底クラスであることに注意 AlertRuleCondition してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 がThresholdRuleCondition含まれます。LocationThresholdRuleConditionManagementEventRuleCondition
- action
- AlertRuleAction
アラート ルールがアクティブになったとき、およびアラート条件が解決されたときに実行されるアクション。 基底クラスであることに注意 AlertRuleAction してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がRuleWebhookAction含まれますRuleEmailAction。
- actions
- IEnumerable<AlertRuleAction>
アラート ルールがアクティブになったとき、およびアラート条件が解決されたときに実行されるアクションの配列。 基底クラスであることに注意 AlertRuleAction してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がRuleWebhookAction含まれますRuleEmailAction。
- lastUpdatedOn
- Nullable<DateTimeOffset>
規則が ISO8601 形式で最後に更新された時刻。
戻り値
モック作成用の新しい AlertRuleData インスタンス。
適用対象
Azure SDK for .NET