IOverridesManagement Interface

Definition

Manages overrides in the Service Manager store.

public interface class IOverridesManagement
public interface IOverridesManagement
type IOverridesManagement = interface
Public Interface IOverridesManagement

Methods

GetOverride(Guid)

Gets an override by using a unique identifier.

GetOverrides()

Gets all override objects in the Service Manager store.

GetOverrides(ManagementPackOverrideCriteria)

Gets a list of override objects that are based on the specified search criteria.

GetResultantCategoryOverrides(EnterpriseManagementObject)

Gets a set of category overrides that are applied to the provided management object.

GetResultantCategoryOverrides(ManagementPackClass)

Gets a set of category overrides that are applied to the provided management pack class.

GetResultantOverrides(EnterpriseManagementObject, ManagementPackDiagnostic)

Gets a set of diagnostic overrides that are applied to the provided management object.

GetResultantOverrides(EnterpriseManagementObject, ManagementPackDiscovery)

Gets a set of discovery overrides that are applied to the provided management object.

GetResultantOverrides(EnterpriseManagementObject, ManagementPackMonitor)

Gets a set of monitor overrides that are applied to the provided management object.

GetResultantOverrides(EnterpriseManagementObject, ManagementPackRecovery)

Gets a set of recovery overrides that are applied to the provided management object.

GetResultantOverrides(EnterpriseManagementObject, ManagementPackRule)

Gets a set of rule overrides that are applied to the provided management object.

GetResultantOverrides(EnterpriseManagementObject, ManagementPackSecureReference)

Gets a set of secure reference overrides that are applied to the provided management object.

GetResultantOverrides(ManagementPackClass, ManagementPackDiagnostic)

Gets a set of diagnostic overrides that are applied to the provided management class.

GetResultantOverrides(ManagementPackClass, ManagementPackDiscovery)

Gets a set of discovery overrides that are applied to the provided management class.

GetResultantOverrides(ManagementPackClass, ManagementPackMonitor)

Gets a set of monitor overrides that are applied to the provided management class.

GetResultantOverrides(ManagementPackClass, ManagementPackRecovery)

Gets a set of recovery overrides that are applied to the provided management class.

GetResultantOverrides(ManagementPackClass, ManagementPackRule)

Gets a set of rule overrides that are applied to the provided management class.

GetResultantOverrides(ManagementPackClass, ManagementPackSecureReference)

Gets a set of secure reference overrides that are applied to the provided management class.

Applies to