CIM_HostedService class (Hyper-V management)

Represents an association between a service and the system that hosts the service. A System can host many services, however this class does not represent services hosted across multiple systems.

Syntax

[Association, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Core::Service"), AMENDMENT]
class CIM_HostedService : CIM_HostedDependency
{
  CIM_System  REF Antecedent;
  CIM_Service REF Dependent;
};

Members

The CIM_HostedService class has these types of members:

Properties

The CIM_HostedService class has these properties.

Antecedent

Data type: CIM_System

Access type: Read-only

Qualifiers: Override ("Antecedent"), Min (1), Max (1)

The hosting System.

Dependent

Data type: CIM_Service

Access type: Read-only

Qualifiers: Override ("Dependent"), Weak

The Service hosted on the System.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_HostedDependency