WebHooksConfiguration Constructors

Definition

Overloads

WebHooksConfiguration()

Constructs a new instance.

WebHooksConfiguration(Int32)

Constructs a new instance.

WebHooksConfiguration()

Constructs a new instance.

public WebHooksConfiguration ();
Public Sub New ()

Applies to

WebHooksConfiguration(Int32)

Constructs a new instance.

public WebHooksConfiguration (int port);
new Microsoft.Azure.WebJobs.Extensions.WebHooks.WebHooksConfiguration : int -> Microsoft.Azure.WebJobs.Extensions.WebHooks.WebHooksConfiguration
Public Sub New (port As Integer)

Parameters

port
Int32

The port that the host should listen for WebHook invocations on.

Applies to