FabricOntologyKnowledgeSourceParameters Class
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 class FabricOntologyKnowledgeSourceParameters : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.FabricOntologyKnowledgeSourceParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.FabricOntologyKnowledgeSourceParameters>
type FabricOntologyKnowledgeSourceParameters = class
interface IJsonModel<FabricOntologyKnowledgeSourceParameters>
interface IPersistableModel<FabricOntologyKnowledgeSourceParameters>
Public Class FabricOntologyKnowledgeSourceParameters
Implements IJsonModel(Of FabricOntologyKnowledgeSourceParameters), IPersistableModel(Of FabricOntologyKnowledgeSourceParameters)
- Inheritance
-
FabricOntologyKnowledgeSourceParameters
- Implements
Constructors
| Name | Description |
|---|---|
| FabricOntologyKnowledgeSourceParameters(String, String) |
Initializes a new instance of FabricOntologyKnowledgeSourceParameters. |
Properties
| Name | Description |
|---|---|
| OntologyId |
The ID of the ontology to use from the Fabric workspace. |
| WorkspaceId |
The Fabric workspace ID containing the ontology. |