Package version:

Interface MicrosoftFabricToolDefinition

The input definition information for a Microsoft Fabric tool as used to configure an agent.

interface MicrosoftFabricToolDefinition {
    fabricDataagent: ToolConnectionList;
    type: "fabric_dataagent";
}

Hierarchy (view full)

Properties

fabricDataagent: ToolConnectionList

The list of connections used by the Microsoft Fabric tool.

type

The object type, which is always 'fabric_dataagent'.