ENUM
AzureSubscriptionStatus
Description
Status of an Azure subscription.
link GraphQL Schema definition
- enum AzureSubscriptionStatus {
- # The Azure subscription has been added.
- # The Azure subscription has been deleted.
- # The Azure subscription is in the process of getting deleted.
- # The deletion of the Azure subscription has failed.
- # The Azure subscription has been refreshed.
- # The Azure subscription is refreshing.
- # The Azure subscription has failed to refresh.
- }