MicrosoftFabricToolDefinition(FabricDataAgentToolParameters) 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 MicrosoftFabricToolDefinition.
public MicrosoftFabricToolDefinition(Azure.AI.Agents.Persistent.FabricDataAgentToolParameters fabricDataagent);
new Azure.AI.Agents.Persistent.MicrosoftFabricToolDefinition : Azure.AI.Agents.Persistent.FabricDataAgentToolParameters -> Azure.AI.Agents.Persistent.MicrosoftFabricToolDefinition
Public Sub New (fabricDataagent As FabricDataAgentToolParameters)
Parameters
- fabricDataagent
- FabricDataAgentToolParameters
The fabric data agent tool parameters.
Exceptions
fabricDataagent
is null.