WebhookReceiver 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
WebhookReceiver() |
Initialise une nouvelle instance de la classe WebhookReceiver. |
WebhookReceiver(String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, String) |
Initialise une nouvelle instance de la classe WebhookReceiver. |
WebhookReceiver()
Initialise une nouvelle instance de la classe WebhookReceiver.
public WebhookReceiver ();
Public Sub New ()
S’applique à
WebhookReceiver(String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, String)
Initialise une nouvelle instance de la classe WebhookReceiver.
public WebhookReceiver (string name, string serviceUri, bool? useCommonAlertSchema = default, bool? useAadAuth = default, string objectId = default, string identifierUri = default, string tenantId = default);
new Microsoft.Azure.Management.Monitor.Models.WebhookReceiver : string * string * Nullable<bool> * Nullable<bool> * string * string * string -> Microsoft.Azure.Management.Monitor.Models.WebhookReceiver
Public Sub New (name As String, serviceUri As String, Optional useCommonAlertSchema As Nullable(Of Boolean) = Nothing, Optional useAadAuth As Nullable(Of Boolean) = Nothing, Optional objectId As String = Nothing, Optional identifierUri As String = Nothing, Optional tenantId As String = Nothing)
Paramètres
- name
- String
Nom du récepteur de webhook. Les noms doivent être uniques parmi tous les récepteurs au sein d’un groupe d’actions.
- serviceUri
- String
URI où les webhooks doivent être envoyés.
- objectId
- String
Indique l’ID d’objet de l’application webhook pour aad auth.
- identifierUri
- String
Indique l’URI d’identificateur pour aad auth.
- tenantId
- String
Indique l’ID de locataire pour aad auth.
S’applique à
Azure SDK for .NET