ENUM

AzureNativeDiskSortFields

Description

The field type used to sort the managed disks.

link GraphQL Schema definition

  • enum AzureNativeDiskSortFields {
  • # Use SLA Domain assignment for sorting.
  • ASSIGNED_SLA_DOMAIN
  • # Use common resource group name for sorting.
  • AZURE_DISK_CRG_NAME
  • # Use subscription name from common resource group for sorting.
  • AZURE_DISK_CRG_SUBSCRIPTION_NAME
  • # Use disk size for sorting.
  • AZURE_DISK_SIZE
  • # Use disk type for sorting.
  • AZURE_DISK_TYPE
  • # Use region name for sorting.
  • AZURE_REGION
  • # Use managed disk SLA Domain for sorting.
  • EFFECTIVE_SLA_DOMAIN
  • # Use managed disk name for sorting.
  • NAME
  • }

link Require by