IVirtualMachine Interface¶
Provides access to a virtual machine.
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.VirtualMachines
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public interface IVirtualMachine
VB¶
Public Interface IVirtualMachine
The IVirtualMachine type exposes the following members.
Methods¶
Name | Description | |
---|---|---|
![]() | Connect | Connects to the virtual machine. |
![]() | GetConsole | Gets a console for displaying the virtual machine. |
![]() | GetSnapshots | Retrieves the list of snapshots for the virtual machine. |
![]() | Reboot | Reboots the virtual machine. |
![]() | Revert | Reverts the virtual machine to the snapshot. |
![]() | Shutdown | Shutdowns the virtual machine. |
![]() | Start | Starts the virtual machine. |
![]() | Stop | Stops the virtual machine. |
![]() | TakeSnapshot | Take a snapshot for the virtual machine. |