CauReport Class

 

Represents the report from a cluster-updating run.

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

Inheritance Hierarchy

System.Object
  Microsoft.ClusterAwareUpdating.CauReport

Syntax

[DataContractAttribute]
public class CauReport
[DataContractAttribute]
public ref class CauReport 
[<DataContractAttribute>]
type CauReport = class end
<DataContractAttribute>
Public Class CauReport

Constructors

Name Description
System_CAPS_pubmethod CauReport(ClusterResult, String, String, String)

System_CAPS_pubmethod CauReport(ClusterResult, String, String, String, String, String, String)

Properties

Name Description
System_CAPS_pubproperty ClusterResult

System_CAPS_pubproperty Command

System_CAPS_pubproperty OrchestratorMachine

System_CAPS_pubproperty OrchestratorUpdateAccount

System_CAPS_pubproperty OrchestratorUser

System_CAPS_pubproperty Plugin

System_CAPS_pubproperty ProcessCommandLine

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Summarize()

System_CAPS_pubmethod ToString()

(Overrides Object.ToString().)

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