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