Bagikan melalui


ComputeNode.Errors Property

Definition

Gets or sets the list of errors that are currently being encountered by the Compute Node.

[Newtonsoft.Json.JsonProperty(PropertyName="errors")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeError> Errors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errors")>]
member this.Errors : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeError> with get, set
Public Property Errors As IList(Of ComputeNodeError)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to