6 references to All
Aspire.Hosting.Azure (6)
AzureProvisioningController.cs (6)
4368
private sealed record ResetStateIntent(bool ReprovisionAfterReset) : AzureIntent(AzureOperationState.
All
("Reset provisioning state"));
4370
private sealed record ChangeAzureContextIntent(AzureProvisioningOptionsUpdate? Options) : AzureIntent(AzureOperationState.
All
("Change Azure context"));
4372
private sealed record ApplyAzureContextIntent() : AzureIntent(AzureOperationState.
All
("Configure Azure context"));
4374
private sealed record EnsureProvisionedIntent() : AzureIntent(AzureOperationState.
All
("Provision Azure resources"));
4376
private sealed record ReprovisionAllIntent() : AzureIntent(AzureOperationState.
All
("Reprovision all Azure resources"));
4378
private sealed record DeleteAzureResourcesIntent() : AzureIntent(AzureOperationState.
All
("Delete Azure resources"));