HttpTriggerOptions Class
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.
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. |