Enum ProvisioningTemplateWebhookMethod
Defines how to call the target Webhook URL
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public enum ProvisioningTemplateWebhookMethod : int
GET
Invoke the Webhook with a HTTP GET request. Any Parameter optional will be in the querystring.
POST
Invoke the Webhook with a HTTP POST request. Any Parameter optional will be in the request body.