ENUM
AzureNativeManagedDiskType
Description
Azure Managed Disk types.
link GraphQL Schema definition
- enum AzureNativeManagedDiskType {
- # Azure Managed Disk type is not specified.
- # Azure Managed Disk type is Premium V2 LRS.
- # Azure Managed Disk type is Premium LRS.
- # Azure Managed Disk type is Premium ZRS.
- # Azure Managed Disk type is Standard SSD LRS.
- # Azure Managed Disk type is Standard SSD ZRS.
- # Azure Managed Disk type is Standard LRS.
- # Azure Managed Disk type is Ultra SSD LRS.
- # Azure Managed Disk type is unknown.
- }
link Require by
- AzureNativeExportCompatibleDiskTypesList 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.
- AzureNativeManagedDiskAn Azure Native Managed Disk that refers to the block storage designed to be used with Azure Virtual Machines. Some examples are: ultra disks, premium solid-state drives (SSD), standard SSDs, and standard hard disk drives (HDD). For more information, see https://docs.microsoft.com/en-us/azure/virtual-machines/managed-disks-overview.
- StartExportAzureNativeManagedDiskJobInputInput for the job to export the specified Azure Native Managed Disk to the specified destination.