Implemented interface member:
method
ListSandboxesAsync
Aspire.Hosting.Azure.IAzureDevComputeClient.ListSandboxesAsync(Aspire.Hosting.Azure.AzureDevComputeResourceScope, System.String, System.Threading.CancellationToken)
2 references to ListSandboxesAsync
Aspire.Hosting.Azure.Tests (2)
AzureSandboxesTests.cs (2)
538
var sandboxes = await client.
ListSandboxesAsync
(scope, "aspire-resource=site-container", CancellationToken.None);
567
var sandboxes = await client.
ListSandboxesAsync
(