INPUT_OBJECT

UpgradeAzureCloudAccountInput

Description

Input for upgrading an Azure Cloud Account.

link GraphQL Schema definition

  • input UpgradeAzureCloudAccountInput {
  • # Session ID of the current OAuth session.
  • sessionId: String!
  • # Deprecated, use featuresToUpgrade instead. Features enabled on the Azure Cloud
  • # Account.
  • features: [CloudAccountFeature!]
  • # Features enabled on the Azure Cloud Account.
  • featuresToUpgrade: [UpgradeAzureCloudAccountFeatureInput!]
  • # Rubrik IDs of the subscriptions to be upgraded.
  • azureSubscriptionRubrikIds: [UUID!]!
  • }

link Require by