OBJECT

UpgradeAzureCloudAccountStatus

Description

Status of the operation to Azure Cloud Account Upgrade permission.

link GraphQL Schema definition

  • type UpgradeAzureCloudAccountStatus {
  • # Native ID of the Azure Subscription.
  • azureSubscriptionNativeId: String!
  • # Specifies whether the upgrade of Azure Cloud Account was successful. When true,
  • # the upgrade was successful.
  • isSuccess: Boolean!
  • # Error received during upgrade of Azure Cloud Account.
  • error: String!
  • }