SearchModelFactory.WebKnowledgeSourceDomain Method

Definition

Configuration for web knowledge source domain.

public static Azure.Search.Documents.Indexes.Models.WebKnowledgeSourceDomain WebKnowledgeSourceDomain(string address = default, bool? includeSubpages = default);
static member WebKnowledgeSourceDomain : string * Nullable<bool> -> Azure.Search.Documents.Indexes.Models.WebKnowledgeSourceDomain
Public Shared Function WebKnowledgeSourceDomain (Optional address As String = Nothing, Optional includeSubpages As Nullable(Of Boolean) = Nothing) As WebKnowledgeSourceDomain

Parameters

address
String

The address of the domain.

includeSubpages
Nullable<Boolean>

Whether or not to include subpages from this domain.

Returns

A new WebKnowledgeSourceDomain instance for mocking.

Applies to