INPUT_OBJECT

AzureNativeDiskTypeFilter

Description

Filter to return Azure virtual machine which have VM size in the given list of VM sizes.

link GraphQL Schema definition

  • input AzureNativeDiskTypeFilter {
  • # List of disk types.
  • diskTypes: [String!]!
  • }