SearchModelFactory.KnowledgeSourceReference(String) 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.
Reference to a knowledge source.
public static Azure.Search.Documents.Indexes.Models.KnowledgeSourceReference KnowledgeSourceReference(string name = default);
static member KnowledgeSourceReference : string -> Azure.Search.Documents.Indexes.Models.KnowledgeSourceReference
Public Shared Function KnowledgeSourceReference (Optional name As String = Nothing) As KnowledgeSourceReference
Parameters
- name
- String
The name of the knowledge source.
Returns
A new KnowledgeSourceReference instance for mocking.