将已分配资源的实例与从中分配的资源池相关联。
以下语法是简化的托管对象格式 (MOF) 代码,它包括所有继承的属性。
语法
[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_ElementAllocatedFromPool : CIM_ElementAllocatedFromPool
{
  CIM_ResourcePool   REF Antecedent;
  CIM_LogicalElement REF Dependent;
};
成员
Msvm_ElementAllocatedFromPool 类具有以下类型的成员:
属性
Msvm_ElementAllocatedFromPool 类具有这些属性。
- 
先行
 -  
- 
数据类型: CIM_ResourcePool
 - 
访问类型:只读
 - 
限定符: 替代、 最大 (1)
 
资源池。 此属性继承自 CIM_ElementAllocatedFromPool。
 - 
 - 
依赖项
 -  
- 
数据类型: CIM_LogicalElement
 - 
访问类型:只读
 
分配的资源。 此属性继承自 CIM_ElementAllocatedFromPool。
 - 
 
备注
UAC 筛选可能会限制对 Msvm_ElementAllocatedFromPool 类的访问。 有关详细信息,请参阅 用户帐户控制和 WMI。
要求
| 要求 | 值 | 
|---|---|
| 最低受支持的客户端 | 
Windows 8 [仅限桌面应用] | 
| 最低受支持的服务器 | 
Windows Server 2012 [仅限桌面应用] | 
| 命名空间 | 
Root\Virtualization\V2 | 
| MOF | 
  | 
| DLL | 
  |