CauBpaProgress Class

 

Represents the progress that is reported by the cluster-aware updating (CAU) Best Practices Analyzer (BPA). The CauBpaProgress class wraps the information about BPA rules and the current progress percentage.

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

Inheritance Hierarchy

System.Object
  Microsoft.ClusterAwareUpdating.CauBpaProgress

Syntax

[DataContractAttribute]
public sealed class CauBpaProgress
[DataContractAttribute]
public ref class CauBpaProgress sealed 
[<Sealed>]
[<DataContractAttribute>]
type CauBpaProgress = class end
<DataContractAttribute>
Public NotInheritable Class CauBpaProgress

Constructors

Name Description
System_CAPS_pubmethod CauBpaProgress(Int32, String, RuleState, RuleSeverity, IList<String>, Int32)

Properties

Name Description
System_CAPS_pubproperty FailedMachines

System_CAPS_pubproperty PercentComplete

System_CAPS_pubproperty RuleId

System_CAPS_pubproperty Severity

System_CAPS_pubproperty State

System_CAPS_pubproperty Title

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ClusterAwareUpdating Namespace

Return to top