5 references to RunOperationAsync
Aspire.Hosting.Azure (5)
AzureProvisioningController.cs (5)
552await RunOperationAsync(model, new ResetStateIntent(ReprovisionAfterReset: false), cancellationToken).ConfigureAwait(false); 560await RunOperationAsync(model, new ForgetResourceStateIntent(resourceName), cancellationToken).ConfigureAwait(false); 582return RunOperationAsync(model, new EnsureProvisionedIntent(), cancellationToken); 596await RunOperationAsync(model, new DeleteAzureResourcesIntent(), cancellationToken).ConfigureAwait(false); 651await RunOperationAsync(model, new DeleteAzureResourceIntent(resourceName), cancellationToken).ConfigureAwait(false);