Freigeben über


SearchModelFactory.KnowledgeBaseRemoteSharePointActivityArguments Method

Definition

Initializes a new instance of KnowledgeBaseRemoteSharePointActivityArguments.

public static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseRemoteSharePointActivityArguments KnowledgeBaseRemoteSharePointActivityArguments(string search = default, string filterExpressionAddOn = default);
static member KnowledgeBaseRemoteSharePointActivityArguments : string * string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseRemoteSharePointActivityArguments
Public Shared Function KnowledgeBaseRemoteSharePointActivityArguments (Optional search As String = Nothing, Optional filterExpressionAddOn As String = Nothing) As KnowledgeBaseRemoteSharePointActivityArguments

Parameters

search
String

The search string used to query the remote SharePoint knowledge source.

filterExpressionAddOn
String

The filter expression add-on for the retrieval activity.

Returns

A new KnowledgeBaseRemoteSharePointActivityArguments instance for mocking.

Applies to