ENUM
AzureNativeVmOsType
Description
OS type of an Azure virtual machine.
link GraphQL Schema definition
- enum AzureNativeVmOsType {
- # The OS type is Linux.
- # The OS type is unknown.
- # The OS type is Windows.
- }
link Require by
- 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.
- AzureNativeVirtualMachineAn Azure Native Virtual Machine that refers to the Azure infrastructure as a service (IaaS) used to deploy persistent VMs. For more information, see https://docs.microsoft.com/en-us/azure/virtual-machines/.