IDCMSDK Interface

The IDCMSDK interface, in Configuration Manager, represents the Desired Configuration Management SDK and defines methods used to perform operations on baseline configuration items. The interface inherits from IDispatch.

In This Section

The following table lists the methods in the IDCMSDK interface.

Method Description
IDCMSDK::EvaluateBaseline Runs discover operation for the provided configuration item ID.
IDCMSDK::GetAssignedBaselines Retrieves the assigned baseline configuration items.
IDCMSDK::GetBaselineComplianceReport Retrieves the cached discovery report for the specified configuration item baseline.
IDCMSDK::GetBaselineInfo Retrieves the configuration item information for the specified configuration item baseline.
IDCMSDK::SetEvaluationCallback Retrieves an existing evaluation job by ID.

UUID

The UUID for IDCMSDK is 08595CA8-6A42-4ce1-A1D6-8B6C2811A555.

See Also

Compliance Settings (DCM) Client Interfaces
IDCMAgentCallback Interface