NodeResult Class

 

Represents the overall summary of a cluster-updating run (an invocation of the Invoke-CauRun cmdlet) on a particular cluster node.

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

Inheritance Hierarchy

System.Object
  Microsoft.ClusterAwareUpdating.NodeResult

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod NodeResult(CauNode, Boolean, ErrorRecord, IList<UpdateInstallResult>, IList<ErrorRecordData>, DateTime, TimeSpan)

Properties

Name Description
System_CAPS_pubproperty ErrorRecordData

System_CAPS_pubproperty InstallResults

System_CAPS_pubproperty Node

System_CAPS_pubproperty NodeSuspendedDuration

System_CAPS_pubproperty NodeSuspendedTimestamp

System_CAPS_pubproperty NumberOfFailedUpdates

System_CAPS_pubproperty NumberOfSucceededUpdates

System_CAPS_pubproperty Status

System_CAPS_pubproperty TransientInstallErrors

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()

(Overrides Object.ToString().)

Remarks

An instance of NodeResult will be written to the pipeline when the updating process (the orchestrator) has finished with the cluster node.

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