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