AzureBlobKnowledgeSourceParameters(String, 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 AzureBlobKnowledgeSourceParameters.
public AzureBlobKnowledgeSourceParameters(string connectionString, string containerName);
new Azure.Search.Documents.Indexes.Models.AzureBlobKnowledgeSourceParameters : string * string -> Azure.Search.Documents.Indexes.Models.AzureBlobKnowledgeSourceParameters
Public Sub New (connectionString As String, containerName As String)
Parameters
- connectionString
- String
Key-based connection string or the ResourceId format if using a managed identity.
- containerName
- String
The name of the blob storage container.
Exceptions
connectionString
or containerName
is null.