INPUT_OBJECT

ExcludeAzureNativeManagedDisksFromSnapshotInput

Description

Inputs to trigger Exclusion of Azure Native Managed Disk From Snapshot.

link GraphQL Schema definition

  • input ExcludeAzureNativeManagedDisksFromSnapshotInput {
  • # Rubrik ID of the virtual machine (VM).
  • virtualMachineRubrikId: UUID!
  • # A list that specifies which disks are excluded from snapshots of the virtual
  • # machine.
  • managedDiskExclusions: [ManagedDiskExclusion!]!
  • }

link Require by