FabricDataAgentKnowledgeSource 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 FabricDataAgentKnowledgeSource.
public FabricDataAgentKnowledgeSource(string name, Azure.Search.Documents.Indexes.Models.FabricDataAgentKnowledgeSourceParameters fabricDataAgentParameters);
new Azure.Search.Documents.Indexes.Models.FabricDataAgentKnowledgeSource : string * Azure.Search.Documents.Indexes.Models.FabricDataAgentKnowledgeSourceParameters -> Azure.Search.Documents.Indexes.Models.FabricDataAgentKnowledgeSource
Public Sub New (name As String, fabricDataAgentParameters As FabricDataAgentKnowledgeSourceParameters)
Parameters
- name
- String
The name of the knowledge source.
- fabricDataAgentParameters
- FabricDataAgentKnowledgeSourceParameters
The parameters for the Fabric Data Agent knowledge source.
Exceptions
name or fabricDataAgentParameters is null.