FabricDataAgentKnowledgeSourceParameters(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 FabricDataAgentKnowledgeSourceParameters.
public FabricDataAgentKnowledgeSourceParameters(string workspaceId, string dataAgentId);
new Azure.Search.Documents.Indexes.Models.FabricDataAgentKnowledgeSourceParameters : string * string -> Azure.Search.Documents.Indexes.Models.FabricDataAgentKnowledgeSourceParameters
Public Sub New (workspaceId As String, dataAgentId As String)
Parameters
- workspaceId
- String
Fabric workspace ID.
- dataAgentId
- String
Specifies which Fabric Data Agent to access.
Exceptions
workspaceId or dataAgentId is null.