IndexedOneLakeKnowledgeSourceParameters(String, String) 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 IndexedOneLakeKnowledgeSourceParameters.
public IndexedOneLakeKnowledgeSourceParameters(string fabricWorkspaceId, string lakehouseId);
new Azure.Search.Documents.Indexes.Models.IndexedOneLakeKnowledgeSourceParameters : string * string -> Azure.Search.Documents.Indexes.Models.IndexedOneLakeKnowledgeSourceParameters
Public Sub New (fabricWorkspaceId As String, lakehouseId As String)
Parameters
- fabricWorkspaceId
- String
OneLake workspace ID.
- lakehouseId
- String
Specifies which OneLake lakehouse to access.
Exceptions
fabricWorkspaceId or lakehouseId is null.