OBJECT
AzureApplicationCloudAccountToExocomputeConfig
Description
Details about an Exocompute configuration.
link GraphQL Schema definition
- type AzureApplicationCloudAccountToExocomputeConfig {
- # Application cloud account ID for which configurations are applicable.
- : String!
- # Details about the Exocompute configurations.
- : [AzureExocomputeGetConfigResponse!]!
- # Specifies whether the cloud account is the host cloud account.
- : Boolean!
- # Mapped Exocompute account details.
- : CloudAccountDetails
- }