SubtaskInformation.ComputeNodeInformation Property

 

Optional. Gets or sets information about the compute node on which the subtask ran.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public ComputeNodeInformation ComputeNodeInformation { get; set; }
public:
property ComputeNodeInformation^ ComputeNodeInformation {
    ComputeNodeInformation^ get();
    void set(ComputeNodeInformation^ value);
}
member ComputeNodeInformation : ComputeNodeInformation with get, set
Public Property ComputeNodeInformation As ComputeNodeInformation

Property Value

Type: Microsoft.Azure.Batch.Protocol.Models.ComputeNodeInformation

See Also

SubtaskInformation Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top