CIM_SAPSAPDependency class

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.

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

Syntax

[Association, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Core::Service")]
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

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_Dependency

Failover Clustering Hyper-V WMI Provider