ENUM

AzureSubscriptionStatus

Description

Status of an Azure subscription.

link GraphQL Schema definition

  • enum AzureSubscriptionStatus {
  • # The Azure subscription has been added.
  • ADDED
  • # The Azure subscription has been deleted.
  • DELETED
  • # The Azure subscription is in the process of getting deleted.
  • DELETING
  • # The deletion of the Azure subscription has failed.
  • DELETION_FAILED
  • # The Azure subscription has been refreshed.
  • REFRESHED
  • # The Azure subscription is refreshing.
  • REFRESHING
  • # The Azure subscription has failed to refresh.
  • REFRESH_FAILED
  • }