Msvm_CollectedReferencePoints class

Associates a Msvm_ReferencePointCollection object with the contained Msvm_VirtualSystemReferencePoint objects.

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

Syntax

[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_CollectedReferencePoints : CIM_CollectedMSEs
{
  Msvm_ReferencePointCollection    REF Collection;
  Msvm_VirtualSystemReferencePoint REF Member;
};

Members

The Msvm_CollectedReferencePoints class has these types of members:

Properties

The Msvm_CollectedReferencePoints class has these properties.

Collection

Data type: Msvm_ReferencePointCollection

Access type: Read-only

Qualifiers: Aggregate, Override ("Collection")

A reference to the object that represents the collection.

Member

Data type: Msvm_VirtualSystemReferencePoint

Access type: Read-only

Qualifiers: Override ("Member")

A reference to the members of the collection.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_CollectedMSEs

Failover Clustering Hyper-V WMI Provider