TargetMachineType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computer target type.
public enum class TargetMachineType
public enum TargetMachineType
type TargetMachineType =
Public Enum TargetMachineType
- Inheritance
-
TargetMachineType
Fields
Name | Value | Description |
---|---|---|
RemoteMachine | 0 | Target is a machine with which the session is based on networking. |
VirtualMachine | 1 | Target is a virtual machine with which the session is based on Hyper-V socket. |
Container | 2 | Target is a container with which the session is based on Hyper-V socket (Hyper-V container) or named pipe (windows container) |