PatchObject 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
PatchObject() |
Initialise une nouvelle instance de la classe PatchObject. |
PatchObject(Nullable<Boolean>, IDictionary<String,String>) |
Initialise une nouvelle instance de la classe PatchObject. |
PatchObject()
Initialise une nouvelle instance de la classe PatchObject.
public PatchObject ();
Public Sub New ()
S’applique à
PatchObject(Nullable<Boolean>, IDictionary<String,String>)
Initialise une nouvelle instance de la classe PatchObject.
public PatchObject (bool? enabled = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.AlertsManagement.Models.PatchObject : Nullable<bool> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.AlertsManagement.Models.PatchObject
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Paramètres
Indique si la règle de traitement des alertes donnée est activée ou désactivée.
- tags
- IDictionary<String,String>
Balises à mettre à jour.
S’applique à
Azure SDK for .NET