WorkIQPreviewToolboxTool 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.
A WorkIQ tool stored in a toolbox.
public class WorkIQPreviewToolboxTool : Azure.AI.Projects.Agents.ToolboxTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.WorkIQPreviewToolboxTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.WorkIQPreviewToolboxTool>
type WorkIQPreviewToolboxTool = class
inherit ToolboxTool
interface IJsonModel<WorkIQPreviewToolboxTool>
interface IPersistableModel<WorkIQPreviewToolboxTool>
Public Class WorkIQPreviewToolboxTool
Inherits ToolboxTool
Implements IJsonModel(Of WorkIQPreviewToolboxTool), IPersistableModel(Of WorkIQPreviewToolboxTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| WorkIQPreviewToolboxTool(String) |
Initializes a new instance of WorkIQPreviewToolboxTool. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. (Inherited from ToolboxTool) |
| Name |
Optional user-defined name for this tool or configuration. (Inherited from ToolboxTool) |
| ProjectConnectionId |
The ID of the WorkIQ project connection. |
| ToolConfigs |
Per-tool configuration map. Keys are tool names or |