Msvm_SnapshotOfVirtualSystemCollection class

Associates the Msvm_SnapshotCollection to the corresponding Msvm_VirtualSystemCollection objects.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_SnapshotOfVirtualSystemCollection : CIM_Dependency
{
  CIM_CollectionOfMSEs REF Antecedent;
  CIM_Collection       REF Dependent;
};

Members

The Msvm_SnapshotOfVirtualSystemCollection class has these types of members:

Properties

The Msvm_SnapshotOfVirtualSystemCollection class has these properties.

Antecedent

Data type: CIM_CollectionOfMSEs

Access type: Read-only

Qualifiers: Key, Override ("Antecedent")

A CIM_CollectionOfMSEs that represents the independent object in this association.

Dependent

Data type: CIM_Collection

Access type: Read-only

Qualifiers: Key, Override ("Dependent")

A CIM_Collection that represents the object that is dependent on the Antecedent.

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Dependency