ENUM

AzureNativeSubscriptionSortFields

Description

The field type used to sort the subscriptions.

link GraphQL Schema definition

  • enum AzureNativeSubscriptionSortFields {
  • # Use SLA Domain assignment for sorting.
  • ASSIGNED_SLA_DOMAIN
  • # Use disk count for sorting.
  • AZURE_SUBSCRIPTION_DISKCOUNT
  • # Use virtual machine count for sorting.
  • AZURE_SUBSCRIPTION_VMCOUNT
  • # Use tenant ID for sorting.
  • AZURE_TENANT_ID
  • # Use subscription SLA Domain for sorting.
  • EFFECTIVE_SLA_DOMAIN
  • # Use subscription name for sorting.
  • NAME
  • }

link Require by