Share via


RuleSeverity Enumeration

 

The level of rule violation for a best-practices analysis.

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

public enum RuleSeverity
public enum class RuleSeverity
type RuleSeverity
Public Enumeration RuleSeverity

Members

Member name Description
Error

A best-practices analysis error level.

Info

A best-practices analysis informational level.

Warning

A best-practices analysis warning level.

See Also

Microsoft.ClusterAwareUpdating Namespace

Return to top