ServerLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the system server level
public enum class ServerLevel
public enum class ServerLevel
enum ServerLevel
public enum ServerLevel
type ServerLevel =
Public Enum ServerLevel
- Inheritance
-
ServerLevel
Fields
FullServer | 4 | Full server |
NanoServer | 1 | Nano server |
ServerCore | 2 | Server core |
ServerCoreWithManagementTools | 3 | Server core with management tools |
Unknown | 0 | An unknown or unrecognized level was dected |