Aspire.Hosting.Azure.Search
Official
📦 Aspire.Hosting.Azure.Search v13.4.0 2 Functions
2 Types
2 types and 0 members
Types
Functions
method
addAzureSearch builder Adds an Azure AI Search service resource to the application model.
addAzureSearch(name: string): AzureSearchResource method
withSearchRoleAssignments builder Assigns the specified roles to the given resource, granting it the necessary permissions on the target Azure AI Search service resource. This replaces the default role assignments for the resource.
withSearchRoleAssignments(target: AzureSearchResource, roles: AzureSearchRole[]): IResource