OBJECT

DeleteAzureCloudAccountExocomputeConfigurationsReply

Description

Response of the operation to delete Exocompute Configuration from the Azure Cloud Account.

link GraphQL Schema definition

  • type DeleteAzureCloudAccountExocomputeConfigurationsReply {
  • # IDs of the Azure Cloud Accounts that were deleted successfully.
  • deletionSuccessIds: [String!]!
  • # IDs of the Azure Cloud Accounts that could not be deleted.
  • deletionFailedIds: [String!]!
  • }

link Require by