BatchJobPreparationAndReleaseTaskStatus Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchJobPreparationAndReleaseTaskStatus
- com.
Implements
public final class BatchJobPreparationAndReleaseTaskStatus
implements JsonSerializable<BatchJobPreparationAndReleaseTaskStatus>
The status of the Job Preparation and Job Release Tasks on a Compute Node.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
|
Batch |
getJobPreparationTaskExecutionInfo()
Get the job |
|
Batch |
getJobReleaseTaskExecutionInfo()
Get the job |
| String |
getNodeId()
Get the node |
| String |
getNodeUrl()
Get the node |
| String |
getPoolId()
Get the pool |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BatchJobPreparationAndReleaseTaskStatus fromJson(JsonReader jsonReader)
Reads an instance of BatchJobPreparationAndReleaseTaskStatus from the JsonReader.
Parameters:
Returns:
Throws:
getJobPreparationTaskExecutionInfo
public BatchJobPreparationTaskExecutionInfo getJobPreparationTaskExecutionInfo()
Get the jobPreparationTaskExecutionInfo property: Information about the execution status of the Job Preparation Task on this Compute Node.
Returns:
getJobReleaseTaskExecutionInfo
public BatchJobReleaseTaskExecutionInfo getJobReleaseTaskExecutionInfo()
Get the jobReleaseTaskExecutionInfo property: Information about the execution status of the Job Release Task on this Compute Node. This property is set only if the Job Release Task has run on the Compute Node.
Returns:
getNodeId
public String getNodeId()
Get the nodeId property: The ID of the Compute Node to which this entry refers.
Returns:
getNodeUrl
public String getNodeUrl()
Get the nodeUrl property: The URL of the Compute Node to which this entry refers.
Returns:
getPoolId
public String getPoolId()
Get the poolId property: The ID of the Pool containing the Compute Node to which this entry refers.
Returns: