FabricDataAgentToolParameters 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 fabric data agent tool parameters.
public class FabricDataAgentToolParameters : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FabricDataAgentToolParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FabricDataAgentToolParameters>
type FabricDataAgentToolParameters = class
interface IJsonModel<FabricDataAgentToolParameters>
interface IPersistableModel<FabricDataAgentToolParameters>
Public Class FabricDataAgentToolParameters
Implements IJsonModel(Of FabricDataAgentToolParameters), IPersistableModel(Of FabricDataAgentToolParameters)
- Inheritance
-
FabricDataAgentToolParameters
- Implements
Constructors
| Name | Description |
|---|---|
| FabricDataAgentToolParameters() |
Initializes a new instance of FabricDataAgentToolParameters. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |
| ProjectConnections |
The project connections attached to this tool. There can be a maximum of 1 connection resource attached to the tool. |