Microsoft.SharePoint.Administration.Health namespace
Provides types and members for working with SharePoint Health Analyzer rules and reports.
Classes
Class | Description | |
---|---|---|
SPHealthAnalysisRule | An abstract base class that provides a definition for a SharePoint Health Analyzer rule. | |
SPHealthAnalysisRuleAutomaticExecutionParameters | Encapsulates the default parameters for running a SharePoint Health Analyzer rule automatically via the timer service. | |
SPHealthAnalysisRuleInstance | SPHealthAnalysisRule is the rule definition while SPHealthAnalysisRuleInstance is the rule instances. | |
SPHealthAnalyzer | Provides static methods for managing SharePoint Health Analyzer rules. | |
SPHealthReportsList | Represents a list of SharePoint Health Analyzer reports. | |
SPHealthRulesList | Represents a list of SharePoint Health Analyzer rule definitions registered with the farm. | |
SPRepairableHealthAnalysisRule | An abstract base class that provides a definition for a SharePoint Health Analyzer rule that can repair an error automatically. |
Enumerations
Enumeration | Description | |
---|---|---|
SPHealthCategory | Specifies the category for a SharePoint Health Analyzer rule. | |
SPHealthCheckErrorLevel | Specifies the severity of a problem detected by the health analyzer. | |
SPHealthCheckSchedule | Specifies the schedule that determines when a SharePoint Health Analyzer rule will automatically run. | |
SPHealthCheckScope | Specifies where a SharePoint Health Analyzer rule should run. | |
SPHealthCheckStatus | Describes the outcome after examining the system for a problem defined in a SharePoint Health Analyzer rule. | |
SPHealthRepairStatus | Describes the result of an attempt to repair a problem detected by a SharePoint Health Analyzer rule. |