IndexedOneLakeKnowledgeSource Constructor
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.
Initializes a new instance of IndexedOneLakeKnowledgeSource.
public IndexedOneLakeKnowledgeSource(string name, Azure.Search.Documents.Indexes.Models.IndexedOneLakeKnowledgeSourceParameters indexedOneLakeParameters);
new Azure.Search.Documents.Indexes.Models.IndexedOneLakeKnowledgeSource : string * Azure.Search.Documents.Indexes.Models.IndexedOneLakeKnowledgeSourceParameters -> Azure.Search.Documents.Indexes.Models.IndexedOneLakeKnowledgeSource
Public Sub New (name As String, indexedOneLakeParameters As IndexedOneLakeKnowledgeSourceParameters)
Parameters
- name
- String
The name of the knowledge source.
- indexedOneLakeParameters
- IndexedOneLakeKnowledgeSourceParameters
The parameters for the OneLake knowledge source.
Exceptions
name or indexedOneLakeParameters is null.