Share via


HttpTriggerOptions Class

Definition

Represents configuration options for the HTTP trigger for an agent.

public sealed class HttpTriggerOptions
type HttpTriggerOptions = class
Public NotInheritable Class HttpTriggerOptions
Inheritance
HttpTriggerOptions

Remarks

Initializes a new instance of the HttpTriggerOptions class.

Constructors

Name Description
HttpTriggerOptions(Boolean)

Represents configuration options for the HTTP trigger for an agent.

Properties

Name Description
IsEnabled

Gets or sets a value indicating whether the HTTP trigger is enabled for the agent.

Applies to