HttpTriggerOptions(Boolean) Constructor
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 HttpTriggerOptions(bool isEnabled);
new Microsoft.Agents.AI.Hosting.AzureFunctions.HttpTriggerOptions : bool -> Microsoft.Agents.AI.Hosting.AzureFunctions.HttpTriggerOptions
Public Sub New (isEnabled As Boolean)
Parameters
- isEnabled
- Boolean
Indicates whether the HTTP trigger is enabled for the agent.
Remarks
Initializes a new instance of the HttpTriggerOptions class.