1 write to Intent
Aspire.Hosting.Azure (1)
AzureProvisioningController.cs (1)
4231
Intent
= intent;
1 reference to Intent
Aspire.Hosting.Azure (1)
AzureProvisioningController.cs (1)
4249
public string? TargetLocation =>
Intent
is ChangeResourceLocationIntent changeLocation ? changeLocation.Location : null;