OBJECT
AzureSubscriptionWithExoConfigs
Description
Azure Cloud Account Subscription with exocompute configurations for feature configured.
link GraphQL Schema definition
- type AzureSubscriptionWithExoConfigs {
- # Native ID for Azure subscription.
- : String!
- # Rubrik ID for Azure subscription.
- : String!
- # Exocompute configurations of the subscription.
- : [AzureExocomputeConfigDetails!]!
- # Feature details of subscription.
- : AzureCloudAccountFeatureDetail!
- # Cloud Account IDs of subscriptions that are mapped to this Exocompute account.
- : [UUID!]! @deprecated( reason: "Use mappedCloudAccounts instead. The cloud account IDs of the mapped accounts are contained in the field 'mappedCloudAccounts'." )
- # Cloud Account details of subscriptions that are mapped to this Exocompute
- # account.
- : [CloudAccountDetails!]!
- # Exocompute configurations available through mapped subscription.
- : [AzureExocomputeConfigDetails!]!
- # Mapped Exocompute subscription for launching Exocompute.
- : AzureMappedExocomputeSubscription
- # Name of Azure subscription.
- : String!
- }