AzureBlobKnowledgeSourceParams(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 AzureBlobKnowledgeSourceParams.
public AzureBlobKnowledgeSourceParams(string knowledgeSourceName);
new Azure.Search.Documents.KnowledgeBases.Models.AzureBlobKnowledgeSourceParams : string -> Azure.Search.Documents.KnowledgeBases.Models.AzureBlobKnowledgeSourceParams
Public Sub New (knowledgeSourceName As String)
Parameters
- knowledgeSourceName
- String
The name of the index the params apply to.
Exceptions
knowledgeSourceName is null.