Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
StartTaskInformation |
ComputeNode.startTaskInfo()
Get the startTaskInfo value.
|
StartTaskInformation |
StartTaskInformation.withContainerInfo(TaskContainerExecutionInformation containerInfo)
Set the containerInfo value.
|
StartTaskInformation |
StartTaskInformation.withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
StartTaskInformation |
StartTaskInformation.withExitCode(Integer exitCode)
Set the exitCode value.
|
StartTaskInformation |
StartTaskInformation.withFailureInfo(TaskFailureInformation failureInfo)
Set the failureInfo value.
|
StartTaskInformation |
StartTaskInformation.withLastRetryTime(org.joda.time.DateTime lastRetryTime)
Set the lastRetryTime value.
|
StartTaskInformation |
StartTaskInformation.withResult(TaskExecutionResult result)
Set the result value.
|
StartTaskInformation |
StartTaskInformation.withRetryCount(int retryCount)
Set the retryCount value.
|
StartTaskInformation |
StartTaskInformation.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
StartTaskInformation |
StartTaskInformation.withState(StartTaskState state)
Set the state value.
|
Modifier and Type | Method and Description |
---|---|
ComputeNode |
ComputeNode.withStartTaskInfo(StartTaskInformation startTaskInfo)
Set the startTaskInfo value.
|
Copyright © 2019. All rights reserved.