Share via


BatchNode.Errors Property

Definition

The list of errors that are currently being encountered by the Compute Node.

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

Property Value

Applies to