AlertRulePatchObject Constructors

Definition

Overloads

AlertRulePatchObject()

Initializes a new instance of the AlertRulePatchObject class.

AlertRulePatchObject(IDictionary<String,String>, Nullable<Boolean>)

Initializes a new instance of the AlertRulePatchObject class.

AlertRulePatchObject()

Initializes a new instance of the AlertRulePatchObject class.

public AlertRulePatchObject ();
Public Sub New ()

Applies to

AlertRulePatchObject(IDictionary<String,String>, Nullable<Boolean>)

Initializes a new instance of the AlertRulePatchObject class.

public AlertRulePatchObject (System.Collections.Generic.IDictionary<string,string> tags = default, bool? enabled = default);
new Microsoft.Azure.Management.Monitor.Models.AlertRulePatchObject : System.Collections.Generic.IDictionary<string, string> * Nullable<bool> -> Microsoft.Azure.Management.Monitor.Models.AlertRulePatchObject
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)

Parameters

tags
IDictionary<String,String>

The resource tags

enabled
Nullable<Boolean>

Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated.

Applies to