JobPreparationAndReleaseTaskExecutionInformation.ComputeNodeUrl Property
Optional. Gets or sets the URL 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 ComputeNodeUrl { get; set; }
public:
property String^ ComputeNodeUrl {
String^ get();
void set(String^ value);
}
member ComputeNodeUrl : string with get, set
Public Property ComputeNodeUrl As String
Property Value
Type: System.String
See Also
JobPreparationAndReleaseTaskExecutionInformation Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top