SearchModelFactory.FabricOntologyKnowledgeSourceParameters Method

Definition

Parameters for Fabric Ontology knowledge source.

public static Azure.Search.Documents.Indexes.Models.FabricOntologyKnowledgeSourceParameters FabricOntologyKnowledgeSourceParameters(string workspaceId = default, string ontologyId = default);
static member FabricOntologyKnowledgeSourceParameters : string * string -> Azure.Search.Documents.Indexes.Models.FabricOntologyKnowledgeSourceParameters
Public Shared Function FabricOntologyKnowledgeSourceParameters (Optional workspaceId As String = Nothing, Optional ontologyId As String = Nothing) As FabricOntologyKnowledgeSourceParameters

Parameters

workspaceId
String

The Fabric workspace ID containing the ontology.

ontologyId
String

The ID of the ontology to use from the Fabric workspace.

Returns

A new FabricOntologyKnowledgeSourceParameters instance for mocking.

Applies to