Msvm_VirtualSystemResourceRegistration class

Registers a service that provides virtual machine-specific resource-related objects.

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

Syntax

class Msvm_VirtualSystemResourceRegistration : Msvm_VirtualizationComponentRegistration
{
  Msvm_ResourceTypeDefinition         REF ResourceType;
  Msvm_VirtualSystemResourceComponent REF Component;
  boolean                                 IsRootDevice = False;
};

Members

The Msvm_VirtualSystemResourceRegistration class has these types of members:

Properties

The Msvm_VirtualSystemResourceRegistration class has these properties.

Component

Data type: Msvm_VirtualSystemResourceComponent

Access type: Read-only

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

IsRootDevice

Data type: boolean

Access type: Read-only

True if this registration indicates whether the specified resource type is the root (or parent-less) device for this service; otherwise, False. Only one registration can exist when IsRootDevice is set to True. Otherwise, this registration represents a mapping to a sub-device. This property is always set to False.

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_VirtualSystemResourceRegistration 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