CIM_ServiceSAPDependency class

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

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

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