Table of Contents

Enum AzureOperatingSystemType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Azure operating system type.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureOperatingSystemType

Fields

Linux = 3

The operating system type is Linux.

None = 1

No operating system.

Unknown = 0

The operating system type is unknown.

Windows = 2

The operating system type is Windows.