AzureAISearchIndex(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 AzureAISearchIndex.
public AzureAISearchIndex(string connectionName, string indexName);
new Azure.AI.Projects.AzureAISearchIndex : string * string -> Azure.AI.Projects.AzureAISearchIndex
Public Sub New (connectionName As String, indexName As String)
Parameters
- connectionName
- String
Name of connection to Azure AI Search.
- indexName
- String
Name of index in Azure AI Search resource to attach.
Exceptions
connectionName
or indexName
is null.