Share via


OperatingSystemType Enum

Definition

Defines values for OperatingSystemType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum OperatingSystemType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type OperatingSystemType = 
Public Enum OperatingSystemType
Inheritance
OperatingSystemType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Windows 0
Linux 1

Applies to