VmState type
Virtual machine state. Indicates the current state of the underlying virtual machine.
KnownVmState can be used interchangeably with VmState,
this enum contains the known values that the service supports.
Known values supported by the service
Running: The virtual machine is currently running.
Deleted: The virtual machine has been deleted by the user or due to spot eviction.
type VmState = string