CIM_ServiceSAPDependency class (Hyper-V management)

Represents an association between a service and a service access point (SAP) that provides the service with functionality.

Syntax

[Association, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Core::Service")]
class CIM_ServiceSAPDependency : CIM_Dependency
{
  CIM_ServiceAccessPoint REF Antecedent;
  CIM_Service            REF Dependent;
};

Members

The CIM_ServiceSAPDependency class has these types of members:

Properties

The CIM_ServiceSAPDependency class has these properties.

Antecedent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: Override ("Antecedent")

The required service access point.

Dependent

Data type: CIM_Service

Access type: Read-only

Qualifiers: Override ("Dependent")

The service that is dependent on the SAP.

Requirements

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

See also

CIM_Dependency