INPUT_OBJECT

HypervOnDemandBackupJobConfigForBatchInput

Description

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

link GraphQL Schema definition

  • input HypervOnDemandBackupJobConfigForBatchInput {
  • # Configuration for on-demand backup of Hyper-V virtual machines.
  • backupConfig: BaseOnDemandSnapshotConfigInput
  • # ID of the Hyper-V virtual machine to be backed up.
  • vmId: String
  • }