INPUT_OBJECT

AzureNativeAttachedVmFilter

Description

Filter to return Azure disks which are attached to one of the virtual machines in the given list of virtual machine IDs.

link GraphQL Schema definition

  • input AzureNativeAttachedVmFilter {
  • # List of virtual machine IDs.
  • virtualMachineIds: [String!]!
  • }