OBJECT

AzureSubscriptionWithExoConfigs

Description

Azure Cloud Account Subscription with exocompute configurations for feature configured.

link GraphQL Schema definition

  • type AzureSubscriptionWithExoConfigs {
  • # Rubrik ID for Azure subscription.
  • azureSubscriptionRubrikId: String!
  • # Native ID for Azure subscription.
  • azureSubscriptionNativeId: String!
  • # Name of Azure subscription.
  • subscriptionName: String!
  • # Feature details of subscription.
  • featureDetail: AzureCloudAccountFeatureDetail!
  • # Mapped Exocompute subscription for launching Exocompute.
  • mappedExocomputeSubscription: AzureMappedExocomputeSubscription
  • # Cloud Account IDs of subscriptions that are mapped to this Exocompute account.
  • mappedCloudAccountIds: [UUID!]! @deprecated( reason: "Use mappedCloudAccounts instead. The cloud account IDs of the mapped accounts are contained in the field 'mappedCloudAccounts'." )
  • # Exocompute configurations of the subscription.
  • exocomputeConfigs: [AzureExocomputeConfigDetails!]!
  • # Exocompute configurations available through mapped subscription.
  • mappedExocomputeConfigs: [AzureExocomputeConfigDetails!]!
  • # Cloud Account details of subscriptions that are mapped to this Exocompute
  • # account.
  • mappedCloudAccounts: [CloudAccountDetails!]!
  • }