Enum MicrosoftFailoverClusterVirtualMachineStopAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The stop action for a Microsoft failover cluster virtual machine resource.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterVirtualMachineStopAction
Fields
MarkFailed = 2
The resource is marked as failed.
TakeOffline = 1
The resource is taken offline.
Unknown = 0
The stop action is unknown.