SearchModelFactory.KnowledgeBaseFabricDataAgentActivityArguments Method

Definition

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.

Applies to