INPUT_OBJECT

HypervOnDemandSnapshotInput

Description

Required. Input for taking a on-demand snapshot of a Hyper-V virtual machine.

link GraphQL Schema definition

  • input HypervOnDemandSnapshotInput {
  • # Configuration for the on-demand backup.
  • config: BaseOnDemandSnapshotConfigInput
  • # Required. ID of the VM.
  • id: String!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by