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