ComputeNodeInformation.ComputeNodeId Property

 

Optional. Gets or sets the id of the node on which the task ran.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top