ENUM

AzureNativeVmOsType

Description

OS type of an Azure virtual machine.

link GraphQL Schema definition

  • enum AzureNativeVmOsType {
  • # The OS type is Linux.
  • LINUX
  • # The OS type is unknown.
  • UNKNOWN
  • # The OS type is Windows.
  • WINDOWS
  • }