SearchModelFactory.KnowledgeBaseFabricDataAgentActivityArguments 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.
Represents the arguments the Fabric Data Agent retrieval activity was run with.
public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseFabricDataAgentActivityArguments KnowledgeBaseFabricDataAgentActivityArguments(string search = default);
static member KnowledgeBaseFabricDataAgentActivityArguments : string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseFabricDataAgentActivityArguments
Public Shared Function KnowledgeBaseFabricDataAgentActivityArguments (Optional search As String = Nothing) As KnowledgeBaseFabricDataAgentActivityArguments
Parameters
- search
- String
The search string used to query the Fabric Data Agent knowledge source.
Returns
A new KnowledgeBaseFabricDataAgentActivityArguments instance for mocking.