FabricToolResource Constructors
Class Constructors 1 member
A Foundry tool resource that enables an agent to query data using a Microsoft Fabric data agent.
Constructor(string, AzureCognitiveServicesProjectResource, string[]) Section titled Constructor(string, AzureCognitiveServicesProjectResource, string[]) Creates a new instance of the
FabricToolResource class. public sealed class FabricToolResource{ public FabricToolResource( string name, AzureCognitiveServicesProjectResource project, params string[] projectConnectionIds) { // ... }}Parameters
name string The name of the tool resource. project AzureCognitiveServicesProjectResource The parent Foundry project resource. projectConnectionIds string[] The Foundry project connection IDs for the Fabric data agents.