INPUT_OBJECT

StartCreateAzureNativeVirtualMachineSnapshotsJobInput

Description

Input to initiate a job to create Azure Native Virtual Machine snapshots.

link GraphQL Schema definition

  • input StartCreateAzureNativeVirtualMachineSnapshotsJobInput {
  • # Rubrik UUIDs of the Virtual Machines (VMs) whose snapshots are to be taken.
  • virtualMachineRubrikIds: [UUID!]!
  • # Retention SLA ID of the on-demand snapshot.
  • retentionSlaId: String
  • }

link Require by