SearchModelFactory.KnowledgeBaseFabricOntologyActivityArguments 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 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.