ComputeNode.Errors Property

Definition

Gets the list of errors that are currently being encountered by the compute node.

public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Batch.ComputeNodeError> Errors { get; }
member this.Errors : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Batch.ComputeNodeError>
Public ReadOnly Property Errors As IReadOnlyList(Of ComputeNodeError)

Property Value

Applies to