Partager via


AlertRuleResourcePatch Constructors

Definition

Overloads

AlertRuleResourcePatch()
AlertRuleResourcePatch(String, Boolean, RuleCondition, IDictionary<String,String>, String, IList<RuleAction>, Nullable<DateTime>)

AlertRuleResourcePatch()

public AlertRuleResourcePatch ();
Public Sub New ()

Applies to

AlertRuleResourcePatch(String, Boolean, RuleCondition, IDictionary<String,String>, String, IList<RuleAction>, Nullable<DateTime>)

public AlertRuleResourcePatch (string name, bool isEnabled, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RuleCondition condition, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RuleAction> actions = default, DateTime? lastUpdatedTime = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AlertRuleResourcePatch : string * bool * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RuleCondition * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RuleAction> * Nullable<DateTime> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.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 actions As IList(Of RuleAction) = Nothing, Optional lastUpdatedTime As Nullable(Of DateTime) = Nothing)

Parameters

name
String
isEnabled
Boolean
condition
RuleCondition
description
String
actions
IList<RuleAction>
lastUpdatedTime
Nullable<DateTime>

Applies to