2 instantiations of AzureSearchResource
Aspire.Hosting.Azure.Tests (2)
PublicApiTests\SearchPublicApiTests.cs (2)
47
var action = () => new
AzureSearchResource
(name, configureInfrastructure);
61
var 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[])"/>.
31
public static IResourceBuilder<
AzureSearchResource
> AddAzureSearch(this IDistributedApplicationBuilder builder, [ResourceName] string name)
38
AzureSearchResource
resource = new(name, ConfigureSearch);
98
IResourceBuilder<
AzureSearchResource
> target,