Condividi tramite


IndexedOneLakeKnowledgeSource Constructor

Definition

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.

Applies to