INPUT_OBJECT

DownloadHypervVirtualMachineSnapshotFilesInput

Description

Input for downloading Hyper-V snapshot files.

link GraphQL Schema definition

  • input DownloadHypervVirtualMachineSnapshotFilesInput {
  • # Configuration information for a job to download files and folders from a Hyper-V
  • # virtual machine backup.
  • config: HypervDownloadFilesJobConfigInput!
  • # ID assigned to a Hyper-V virtual machine backup object.
  • id: String!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by