IServiceLevelAgreementManagement Interface

Definition

Allows management of the service level agreement (SLA) objects on the Service Manager server.

public interface class IServiceLevelAgreementManagement
public interface IServiceLevelAgreementManagement
type IServiceLevelAgreementManagement = interface
Public Interface IServiceLevelAgreementManagement

Methods

GetConfigurationGroup(Guid)

Gets an SLA configuration group by using an identifier.

GetConfigurationGroups()

Gets all SLA configuration groups.

GetConfigurationGroups(ManagementPackConfigurationGroupCriteria)

Gets all SLA configuration groups from the provided criteria.

GetServiceLevelObjective<T>(Guid)

Gets the service level objective by identifier.

GetServiceLevelObjectives<T>()

Gets all service level objectives.

GetServiceLevelObjectives<T>(ManagementPackServiceLevelObjectiveCriteria<T>)

Gets all service level objectives that match the specified criteria.

Applies to