CIM_VirtualSystemSnapshotService class

Represents a service that can create, apply, and delete snapshots of virtual systems.

Syntax

[Abstract, Version("2.22.0"), UMLPackagePath("CIM::Core::Virtualization"), AMENDMENT]
class CIM_VirtualSystemSnapshotService : CIM_Service
{
};

Members

The CIM_VirtualSystemSnapshotService class has these types of members:

Methods

The CIM_VirtualSystemSnapshotService class has these methods.

Method Description
ApplySnapshot Applies a virtual system snapshot to the virtual system to the source virtual system.
CreateSnapshot Creates a snapshot of a virtual system.
DestroySnapshot Deletes a virtual system snapshot.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Service