Share via


AlertRulePatchObject Konstruktoren

Definition

Überlädt

AlertRulePatchObject()

Initialisiert eine neue instance der AlertRulePatchObject-Klasse.

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

Initialisiert eine neue instance der AlertRulePatchObject-Klasse.

AlertRulePatchObject()

Initialisiert eine neue instance der AlertRulePatchObject-Klasse.

public AlertRulePatchObject ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der AlertRulePatchObject-Klasse.

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)

Parameter

tags
IDictionary<String,String>

Die Ressourcentags

enabled
Nullable<Boolean>

Gibt an, ob diese Aktivitätsprotokollwarnungsregel aktiviert ist. Wenn eine Aktivitätsprotokollwarnungsregel nicht aktiviert ist, wird keine ihrer Aktionen aktiviert.

Gilt für: