SearchModelFactory.FabricDataAgentKnowledgeSourceParameters Method
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.
Parameters for Fabric Data Agent knowledge source.
public static Azure.Search.Documents.Indexes.Models.FabricDataAgentKnowledgeSourceParameters FabricDataAgentKnowledgeSourceParameters(string workspaceId = default, string dataAgentId = default);
static member FabricDataAgentKnowledgeSourceParameters : string * string -> Azure.Search.Documents.Indexes.Models.FabricDataAgentKnowledgeSourceParameters
Public Shared Function FabricDataAgentKnowledgeSourceParameters (Optional workspaceId As String = Nothing, Optional dataAgentId As String = Nothing) As FabricDataAgentKnowledgeSourceParameters
Parameters
- workspaceId
- String
Fabric workspace ID.
- dataAgentId
- String
Specifies which Fabric Data Agent to access.
Returns
A new FabricDataAgentKnowledgeSourceParameters instance for mocking.