ShellToolboxTool(ToolboxShellEnvironment) 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 ShellToolboxTool.
public ShellToolboxTool(Azure.AI.Projects.Agents.ToolboxShellEnvironment environment);
new Azure.AI.Projects.Agents.ShellToolboxTool : Azure.AI.Projects.Agents.ToolboxShellEnvironment -> Azure.AI.Projects.Agents.ShellToolboxTool
Public Sub New (environment As ToolboxShellEnvironment)
Parameters
- environment
- ToolboxShellEnvironment
The environment in which shell commands are executed. Specify an automatically provisioned container or an existing container.
Exceptions
environment is null.