BrowserAutomationToolOptions 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.
Initializes a new instance of BrowserAutomationToolOptions.
public BrowserAutomationToolOptions(Azure.AI.Projects.Agents.BrowserAutomationToolConnectionParameters toolConnectionParameters);
new Azure.AI.Projects.Agents.BrowserAutomationToolOptions : Azure.AI.Projects.Agents.BrowserAutomationToolConnectionParameters -> Azure.AI.Projects.Agents.BrowserAutomationToolOptions
Public Sub New (toolConnectionParameters As BrowserAutomationToolConnectionParameters)
Parameters
- toolConnectionParameters
- BrowserAutomationToolConnectionParameters
The project connection parameters associated with the Browser Automation Tool.
Exceptions
toolConnectionParameters is null.