OBJECT

AzureNativeExportCompatibleDiskTypes

Description

List of disk types available for use in an Azure availability zone. Not all disk types are supported in all the regions. For more information, see https://docs.microsoft.com/en-us/azure/virtual-machines/disks-types.

link GraphQL Schema definition

  • type AzureNativeExportCompatibleDiskTypes {
  • # Availabity zone of the disk.
  • availabilityZone: String!
  • # Types of the disk.
  • diskTypes: [AzureNativeManagedDiskType!]!
  • }

link Require by