Partager via


ActionGroupPatchBody Constructeurs

Définition

Surcharges

ActionGroupPatchBody()

Initialise une nouvelle instance de la classe ActionGroupPatchBody.

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

Initialise une nouvelle instance de la classe ActionGroupPatchBody.

ActionGroupPatchBody()

Initialise une nouvelle instance de la classe ActionGroupPatchBody.

public ActionGroupPatchBody ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe ActionGroupPatchBody.

public ActionGroupPatchBody (System.Collections.Generic.IDictionary<string,string> tags = default, bool? enabled = default);
new Microsoft.Azure.Management.Monitor.Models.ActionGroupPatchBody : System.Collections.Generic.IDictionary<string, string> * Nullable<bool> -> Microsoft.Azure.Management.Monitor.Models.ActionGroupPatchBody
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 ce groupe d’actions est activé. Si un groupe d’actions n’est pas activé, aucune de ses actions n’est activée.

S’applique à