AlertRuleResourcePatch Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- tags
- IDictionary<String,String>
- description
- String
- actions
- IList<RuleAction>