AzureSearchExtensions Class

Definition

Provides extension methods for adding the Azure AI Search resources to the application model.

public static class AzureSearchExtensions
type AzureSearchExtensions = class
Public Module AzureSearchExtensions
Inheritance
AzureSearchExtensions

Methods

AddAzureSearch(IDistributedApplicationBuilder, String)

Adds an Azure AI Search service resource to the application model.

AddAzureSearch(IDistributedApplicationBuilder, String, Action<IResourceBuilder<AzureSearchResource>,ResourceModuleConstruct,SearchService>)

Adds an Azure AI Search service resource to the application model.

Applies to