Table of Contents

Enum HyperVServerVirtualMachineAutomaticStartAction

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

The automatic start action of a Hyper-V virtual machine.

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

Fields

Nothing = 1

The automatic start action is nothing.

Start = 3

The automatic start action is to always automatically start.

StartIfRunning = 2

The automatic start action is to automatically start if it was running when the service stopped.

Unknown = 0

The automatic start action is unknown.