ENUM

AzureNativeManagedDiskType

Description

Azure Managed Disk types.

link GraphQL Schema definition

  • enum AzureNativeManagedDiskType {
  • # Azure Managed Disk type is not specified.
  • NOT_SPECIFIED
  • # Azure Managed Disk type is Premium LRS.
  • PREMIUM_LRS
  • # Azure Managed Disk type is Standard SSD LRS.
  • STANDARDSSD_LRS
  • # Azure Managed Disk type is Standard LRS.
  • STANDARD_LRS
  • # Azure Managed Disk type is Ultra SSD LRS.
  • ULTRASSD_LRS
  • # Azure Managed Disk type is unknown.
  • UNKNOWN
  • }