FabricToolResource Constructors
ClassConstructors1 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
namestringThe name of the tool resource.projectAzureCognitiveServicesProjectResourceThe parent Foundry project resource.projectConnectionIdsstring[]The Foundry project connection IDs for the Fabric data agents.