Msvm_VirtualSystemReferencePointService 类的 CreateReferencePoint 方法
创建虚拟系统的引用点。
语法
uint32 CreateReferencePoint(
[in] Msvm_ComputerSystem REF AffectedSystem,
[in] string ReferencePointSettings,
[in] uint16 ReferencePointType,
[in, out] Msvm_VirtualSystemReferencePoint REF ResultingReferencePoint,
[out] CIM_ConcreteJob REF Job
);
参数
-
AffectedSystem [in]
-
引用受影响的虚拟系统的 Msvm_ComputerSystem 。
-
ReferencePointSettings [in]
-
包含参数设置。
-
ReferencePointType [in]
-
请求的引用点类型:
-
基于日志 的 (0)
-
基于 Hyper-V 副本 (replica) 日志跟踪。
-
基于 RCT 的 (1)
-
基于虚拟磁盘的复原更改跟踪。
ResultingReferencePoint [in, out]
生成的虚拟系统参考点
作业 [out]
如果操作长时间运行,则可以根据需要返回作业。 在本例中,表示新虚拟系统引用点的 Msvm_VirtualSystemReferencePoint 类的实例通过 CIM_AffectedJobElement 关联来呈现,其中 AffectedElement 属性的值引用了表示虚拟系统引用点的 Msvm_VirtualSystemReferencePoint 类的新实例,而 ElementEffects 的值设置为 5 (Create) 。
返回值
成功后,返回 0;否则,将返回错误。
-
已完成,无错误 (0)
-
不支持 (1)
-
失败 (2)
-
超时 (3)
-
参数 (4) 无效
-
无效状态 (5)
-
类型 (6) 无效
-
DMTF 保留 (.)
-
方法参数已选中 - 作业已启动 (4096)
-
方法保留 (4097..32767)
-
供应商特定 (32768..65535)
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows 10 [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2016 |
命名空间 |
Root\virtualization\v2 |
MOF |
|
DLL |
|