OBJECT
AzureSubscriptionWithExoConfigs
Description
Azure Cloud Account Subscription with exocompute configurations for feature configured.
link GraphQL Schema definition
- type AzureSubscriptionWithExoConfigs {
- # Rubrik ID for Azure subscription.
- String! :
- # Native ID for Azure subscription.
- String! :
- # Name of Azure subscription.
- String! :
- # Feature details of subscription.
- AzureCloudAccountFeatureDetail! :
- # Mapped Exocompute subscription for launching Exocompute.
- AzureMappedExocomputeSubscription :
- # 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'." ) : [
- # Exocompute configurations of the subscription.
- AzureExocomputeConfigDetails!]! : [
- # Exocompute configurations available through mapped subscription.
- AzureExocomputeConfigDetails!]! : [
- # Cloud Account details of subscriptions that are mapped to this Exocompute
- # account.
- CloudAccountDetails!]! : [
- }