2 instantiations of AzureSearchResource
Aspire.Hosting.Azure.Tests (2)
PublicApiTests\SearchPublicApiTests.cs (2)
47var action = () => new AzureSearchResource(name, configureInfrastructure); 61var action = () => new AzureSearchResource(name, configureInfrastructure);
4 references to AzureSearchResource
Aspire.Hosting.Azure.Search (4)
AzureSearchExtensions.cs (4)
29/// These can be replaced by calling <see cref="WithRoleAssignments{T}(IResourceBuilder{T}, IResourceBuilder{AzureSearchResource}, SearchBuiltInRole[])"/>. 31public static IResourceBuilder<AzureSearchResource> AddAzureSearch(this IDistributedApplicationBuilder builder, [ResourceName] string name) 38AzureSearchResource resource = new(name, ConfigureSearch); 98IResourceBuilder<AzureSearchResource> target,