INPUT_OBJECT

AzureNativeRegionFilter

Description

Filter to return Azure virtual machine which have region in the given list of regions.

link GraphQL Schema definition

  • input AzureNativeRegionFilter {
  • # List of regions to filter by.
  • regions: [AzureNativeRegion!]!
  • }