MicrosoftFabricPreviewTool 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.
The input definition information for a Microsoft Fabric tool as used to configure an agent.
public class MicrosoftFabricPreviewTool : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.MicrosoftFabricPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.MicrosoftFabricPreviewTool>
type MicrosoftFabricPreviewTool = class
inherit Tool
interface IJsonModel<MicrosoftFabricPreviewTool>
interface IPersistableModel<MicrosoftFabricPreviewTool>
Public Class MicrosoftFabricPreviewTool
Inherits Tool
Implements IJsonModel(Of MicrosoftFabricPreviewTool), IPersistableModel(Of MicrosoftFabricPreviewTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| MicrosoftFabricPreviewTool(FabricDataAgentToolParameters) |
Initializes a new instance of MicrosoftFabricPreviewTool. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| FabricDataagentPreview |
The fabric data agent tool parameters. |
| Name |
Optional user-defined name for this tool or configuration. |