WebHooksConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.