AlertRulePatchObject Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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 à
Azure SDK for .NET