INPUT_OBJECT
AddAzureCloudAccountExocomputeConfigurationsInput
Description
Input for adding Exocompute configurations for an Azure Cloud Account.
link GraphQL Schema definition
- input AddAzureCloudAccountExocomputeConfigurationsInput {
- # List of Exocompute configurations to be added.
- : [AzureExocomputeAddConfigInputType!]!
- # Rubrik ID of the Azure Cloud Account.
- : UUID!
- # Specifies whether to start Exocompute health check.
- : Boolean
- }