SearchModelFactory.KnowledgeBaseFabricOntologyActivityArguments Method

Definition

Represents the arguments the Fabric Ontology retrieval activity was run with.

public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseFabricOntologyActivityArguments KnowledgeBaseFabricOntologyActivityArguments(string search = default);
static member KnowledgeBaseFabricOntologyActivityArguments : string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseFabricOntologyActivityArguments
Public Shared Function KnowledgeBaseFabricOntologyActivityArguments (Optional search As String = Nothing) As KnowledgeBaseFabricOntologyActivityArguments

Parameters

search
String

The search string used to query the Fabric Ontology knowledge source.

Returns

A new KnowledgeBaseFabricOntologyActivityArguments instance for mocking.

Applies to