5 references to GetDeploymentStateResourceName
Aspire.Hosting.Azure (5)
AzureProvisioningController.cs (5)
668
var currentLocation = await GetEffectiveResourceLocationAsync(
GetDeploymentStateResourceName
(targetResources[0]), cancellationToken).ConfigureAwait(false);
1941
var effectiveLocation = await GetEffectiveResourceLocationAsync(
GetDeploymentStateResourceName
(targetResources[0]), cancellationToken).ConfigureAwait(false);
2121
var effectiveLocation = await GetEffectiveResourceLocationAsync(
GetDeploymentStateResourceName
(targetResources[0]), cancellationToken).ConfigureAwait(false);
2469
var effectiveLocation = await GetEffectiveResourceLocationAsync(
GetDeploymentStateResourceName
(targetResources[0]), cancellationToken).ConfigureAwait(false);
2485
var effectiveLocation = await GetEffectiveResourceLocationAsync(
GetDeploymentStateResourceName
(targetResource), cancellationToken).ConfigureAwait(false);