Base:
method
AddAsExistingResource
Aspire.Hosting.Azure.AzureProvisioningResource.AddAsExistingResource(Aspire.Hosting.Azure.AzureResourceInfrastructure)
4 references to AddAsExistingResource
Aspire.Hosting.Azure.Kusto (1)
AzureKustoClusterResource.cs (1)
103var kusto = (KustoCluster)AddAsExistingResource(infra);
Aspire.Hosting.Azure.Tests (3)
AzureKustoExtensionsTests.cs (3)
45var firstResult = kustoResource.AddAsExistingResource(infrastructure); 46var secondResult = kustoResource.AddAsExistingResource(infrastructure); 64_ = kusto.Resource.AddAsExistingResource(infra);