OBJECT

HypervAsyncRequestSuccessSummary

Description

Supported in v7.0+

link GraphQL Schema definition

  • type HypervAsyncRequestSuccessSummary {
  • # Required. Supported in v7.0+
  • # Information for tracking the status of asynchronous requests.
  • asyncRequestStatus: AsyncRequestStatus
  • # Required. Supported in v7.0+
  • # ID of the Hyper-V virtual machine.
  • vmId: String!
  • }