IVirtualMachine.Revert Method¶
Reverts the virtual machine to the snapshot.
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¶
void Revert(
string snapshotName = null
)
VB¶
Sub Revert (
Optional snapshotName As String = Nothing
)
Parameters¶
- snapshotName (Optional)
- Type: System.String
A snapshot name to revert to, if not specified, reverted to the snapshot from the initial VM configuration.
See Also¶
Reference¶
IVirtualMachine Interface
Citrix.SDK.AppDNA.Solutions.AppV.VirtualMachines Namespace