Class ProvisioningWebhookBase
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public abstract class ProvisioningWebhookBase : BaseModel, IProvisioningTemplateDescendant
Properties
Async
Defines whether the Provisioning Template Webhook should be executed asychronously or not
Declaration
public Boolean Async { get; set; }
Property Value
Boolean
|
BodyFormat
Defines how to format the request body for HTTP POST requests
Declaration
public ProvisioningTemplateWebhookBodyFormat BodyFormat { get; set; }
Property Value
ProvisioningTemplateWebhookBodyFormat
|
Kind
Defines the .app file of the SharePoint Add-in to provision
Declaration
public ProvisioningTemplateWebhookKind Kind { get; set; }
Property Value
ProvisioningTemplateWebhookKind
|
Method
Defines how to call the target Webhook URL
Declaration
public ProvisioningTemplateWebhookMethod Method { get; set; }
Property Value
ProvisioningTemplateWebhookMethod
|
Parameters
Defines the custom parameters for the Provisioning Template Webhook
Declaration
public Dictionary<string, string> Parameters { get; set; }
Property Value
Dictionary<System.String, System.String>
|
Url
Defines the URL of a Provisioning Template Webhook, can be a replaceable string
Declaration
public string Url { get; set; }
Property Value
System.String
|
Methods
Equals(ProvisioningWebhookBase)
Compares ProvisioningWebhookBase object based on PackagePath and source
Declaration
public bool Equals(ProvisioningWebhookBase other)
Parameters
ProvisioningWebhookBase
other
ProvisioningWebhookBase Class object |
Returns
System.Boolean
true if the ProvisioningWebhookBase object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with ProvisioningWebhookBase class
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents ProvisioningWebhookBase |
Returns
System.Boolean
Checks whether object is ProvisioningWebhookBase class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |