JobPreparationAndReleaseTaskExecutionInformation.ComputeNodeId Property
Optional. Gets or sets the id of the compute node to which this entry refers.
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
JobPreparationAndReleaseTaskExecutionInformation Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top