SPHealthAnalyzer Members
Include Protected Members
Include Inherited Members
Provides static methods for managing SharePoint Health Analyzer rules.
The SPHealthAnalyzer type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetLocalizedCategory | Returns a localized string for a specified rule category. | |
GetLocalizedSchedule | Returns a localized string for a specified health check schedule. | |
GetLocalizedScope | Returns a localized string for a specified health check scope. | |
GetLocalizedSeverity | Returns a localized string for a specified severity level. | |
ParseCategory | Returns the rule category with the specified display name. | |
ParseSchedule | Returns the health check schedule with the specified display name. | |
ParseScope | Returns the health check scope with the specified display name. | |
ParseService | Returns the data type of the service with the specified type name. | |
RegisterRules | Registers all the rules in an assembly with the SharePoint Health Analyzer rules list for the local farm. | |
UnregisterRules | Removes all the rules in an assembly from the SharePoint Health Analyzer rules list for the local farm. |
Top