CauReportSummary Class

 

Represents the detailed summary from a cluster-updating run.

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

Inheritance Hierarchy

System.Object
  Microsoft.ClusterAwareUpdating.CauReportSummary

Syntax

[DataContractAttribute]
public class CauReportSummary : IEquatable<CauReportSummary>
[DataContractAttribute]
public ref class CauReportSummary : IEquatable<CauReportSummary^>
[<DataContractAttribute>]
type CauReportSummary = 
    class
        interface IEquatable<CauReportSummary>
    end
<DataContractAttribute>
Public Class CauReportSummary
    Implements IEquatable(Of CauReportSummary)

Constructors

Name Description
System_CAPS_pubmethod CauReportSummary(String, DateTime, SummaryStatus, Int32, Boolean, Int32, Int32)

Properties

Name Description
System_CAPS_pubproperty ClusterName

System_CAPS_pubproperty CountOfCanceledResults

System_CAPS_pubproperty CountOfFailedResults

System_CAPS_pubproperty CountOfSucceededResults

System_CAPS_pubproperty HadTransientInstallError

System_CAPS_pubproperty StartTimestamp

System_CAPS_pubproperty Status

Methods

Name Description
System_CAPS_pubmethod Equals(CauReportSummary)

System_CAPS_pubmethod Equals(Object)

(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Overrides Object.ToString().)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Equality(CauReportSummary, CauReportSummary)

System_CAPS_puboperatorSystem_CAPS_static Inequality(CauReportSummary, CauReportSummary)

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