Msvm_CollectionReferencePointExportSettingData class

Export setting data to be passed in to the ExportReferencePoint method of the Msvm_CollectionReferencePointService class.

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

Syntax

[AMENDMENT]
class Msvm_CollectionReferencePointExportSettingData : CIM_SettingData
{
  string BaseReferencePointCollection;
  string VirtualMachinesToDisksToExport[];
};

Members

The Msvm_CollectionReferencePointExportSettingData class has these types of members:

Properties

The Msvm_CollectionReferencePointExportSettingData class has these properties.

BaseReferencePointCollection

Data type: string

Access type: Read/write

Path to a Msvm_ReferencePointCollection instance that represents the base reference point collection to be used for differential export.

VirtualMachinesToDisksToExport

Data type: string array

Access type: Read/write

Qualifiers: HyperVEmbeddedInstance ("Msvm_VirtualMachineToDisks")

List of "VirtualMachines To DisksToExport" map information for which data needs to be exported.

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_SettingData