Msvm_ResourcePoolRegistration class

Registers a service that provides global resource pool-related objects.

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

Syntax

class Msvm_ResourcePoolRegistration : Msvm_VirtualizationComponentRegistration
{
  Msvm_ResourceTypeDefinition REF ResourceType;
  Msvm_ResourcePoolComponent  REF Component;
};

Members

The Msvm_ResourcePoolRegistration class has these types of members:

Properties

The Msvm_ResourcePoolRegistration class has these properties.

Component

Data type: Msvm_ResourcePoolComponent

Access type: Read-only

A reference to an instance that describes the COM object that implements this class.

ResourceType

Data type: Msvm_ResourceTypeDefinition

Access type: Read-only

A reference to an instance that describes a resource type supported by the service. This property is inherited from Msvm_VirtualizationComponentRegistration.

Remarks

Access to the Msvm_ResourcePoolRegistration class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
End of client support
Windows 8.1
End of server support
Windows Server 2012 R2
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

Msvm_VirtualizationComponentRegistration

Msvm_VirtualizationComponentRegistration