Partager via


AlertRulePatchObject Constructeurs

Définition

Surcharges

AlertRulePatchObject()

Initialise une nouvelle instance de la classe AlertRulePatchObject.

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

Initialise une nouvelle instance de la classe AlertRulePatchObject.

AlertRulePatchObject()

Initialise une nouvelle instance de la classe AlertRulePatchObject.

public AlertRulePatchObject ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe AlertRulePatchObject.

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)

Paramètres

tags
IDictionary<String,String>

Balises de ressource

enabled
Nullable<Boolean>

Indique si cette règle d’alerte de journal d’activité est activée. Si une règle d’alerte de journal d’activité n’est pas activée, aucune de ses actions n’est activée.

S’applique à