Enum AzureAppServicePlanOperatingSystemType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the operating system type of the app service plan.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureAppServicePlanOperatingSystemType
Fields
Linux = 2
The operating system type is Linux.
Unknown = 0
The operating system type is unknown.
Windows = 1
The operating system type is Windows.