MachinePoolCrashDumpCopyBackSetting Enumeration

Represents the crash dump type setting for a MachinePool.

Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel

Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)

Syntax

C#

public enum MachinePoolCrashDumpCopyBackSetting

Members

Member Name Description

Unknown

The setting is non-uniform across the machine pool. This requires the user to explicitly choose a setting.

Disable

Crash dump copy back is disabled.

Full

Machines in the pool will write out and copy back a full crash dump.

Kernel

Machines in the pool will write out and copy back only the kernel crash dump.

Mini

Machines in the pool will write out and copy back only the mini dump.