Table of Contents

Enum HyperVServerVirtualMachineAutomaticCriticalErrorAction

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

The automatic critical error action of a Hyper-V virtual machine. This only applies to Windows Server 2016 and above.

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

Fields

None = 2

The automatic critical error action is none.

NotApplicable = 1

The automatic critical error action is not applicable.

Pause = 3

The automatic critical error action is pause.

Unknown = 0

The automatic critical error action is unknown.