SearchModelFactory.WebKnowledgeSourceDomain Method
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.
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.
Returns
A new WebKnowledgeSourceDomain instance for mocking.