OBJECT

AzureSubscriptionWithExocomputeMapping

Description

Azure subscription with Exocompute mapping, if present.

link GraphQL Schema definition

  • type AzureSubscriptionWithExocomputeMapping {
  • # Azure subscription cloud account ID.
  • id: String!
  • # Azure subscription native ID.
  • nativeId: String!
  • # Azure subscription native name.
  • name: String!
  • # Mapped Exocompute Azure subscription details.
  • mappedExocomputeSubscription: AzureMappedExocomputeSubscription
  • }

link Require by