CIM_SAPSAPDependency class (Hyper-V management)

Represents an association between two service access points (SAP), in which one SAP is dependant on the other to utilize or connect with a service. For example, to print on a network printer, local print access points must utilize underlying network-related SAPs to send the print request.

Syntax

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

Members

The CIM_SAPSAPDependency class has these types of members:

Properties

The CIM_SAPSAPDependency class has these properties.

Antecedent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: Override ("Antecedent")

A reference to the required SAP.

Dependent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: Override ("Dependent")

A reference to the dependant SAP.

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_Dependency