1 instantiation of ChangeResourceLocationIntent
Aspire.Hosting.Azure (1)
AzureProvisioningController.cs (1)
727
new
ChangeResourceLocationIntent
(resourceName, location, confirmDelete),
4 references to ChangeResourceLocationIntent
Aspire.Hosting.Azure (4)
AzureProvisioningController.cs (4)
1715
ChangeResourceLocationIntent
changeResourceLocation => await ExecuteChangeResourceLocationAsync(model, changeResourceLocation, cancellationToken).ConfigureAwait(false),
1885
private async Task<bool> ExecuteChangeResourceLocationAsync(DistributedApplicationModel model,
ChangeResourceLocationIntent
intent, CancellationToken cancellationToken)
2288
includeAnnotationParentRelationships: intent is not
ChangeResourceLocationIntent
)
4249
public string? TargetLocation => Intent is
ChangeResourceLocationIntent
changeLocation ? changeLocation.Location : null;