2 references to CreateResourceCommandResultJsonAsync
Aspire.Hosting.Azure (2)
AzureProvisioningController.cs (2)
2446
=> CreateJsonResultData(await
CreateResourceCommandResultJsonAsync
(commandName, model, resourceName, cancellationToken).ConfigureAwait(false));
2450
var json = await
CreateResourceCommandResultJsonAsync
(DeleteAzureResourceCommandName, model, resourceName, cancellationToken).ConfigureAwait(false);