Share via


VmSetupAction type

action to be performed on the vms before bootstrapping the service fabric runtime.
KnownVmSetupAction can be used interchangeably with VmSetupAction, this enum contains the known values that the service supports.

Known values supported by the service

EnableContainers: Enable windows containers feature.
EnableHyperV: Enables windows HyperV feature.

type VmSetupAction = string