Partager via


PatchObject Constructeurs

Définition

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

enabled
Nullable<Boolean>

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 à