OBJECT

HypervAsyncRequestFailureSummary

Description

Supported in v7.0+

link GraphQL Schema definition

  • type HypervAsyncRequestFailureSummary {
  • # Required. Supported in v7.0+
  • # Information about why the request failed.
  • error: String!
  • # Required. Supported in v7.0+
  • # ID of the Hyper-V virtual machine.
  • vmId: String!
  • }