MicrosoftFormsModelFactory.WebhookRequestBody(String, String, String) Method

Definition

Creates a new instance of WebhookRequestBody(String, String, String).

public static Azure.Connectors.Sdk.MicrosoftForms.Models.WebhookRequestBody WebhookRequestBody(string eventType = default, string notificationUrl = default, string source = default);
static member WebhookRequestBody : string * string * string -> Azure.Connectors.Sdk.MicrosoftForms.Models.WebhookRequestBody
Public Shared Function WebhookRequestBody (Optional eventType As String = Nothing, Optional notificationUrl As String = Nothing, Optional source As String = Nothing) As WebhookRequestBody

Parameters

eventType
String
notificationUrl
String
source
String

Returns

Applies to