ActionGroupPatchBody 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
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
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 à
Azure SDK for .NET