Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
TaskExecutionInformation |
CloudTask.executionInfo()
Get the executionInfo value.
|
TaskExecutionInformation |
TaskInformation.executionInfo()
Get the executionInfo value.
|
TaskExecutionInformation |
TaskExecutionInformation.withContainerInfo(TaskContainerExecutionInformation containerInfo)
Set the containerInfo value.
|
TaskExecutionInformation |
TaskExecutionInformation.withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
TaskExecutionInformation |
TaskExecutionInformation.withExitCode(Integer exitCode)
Set the exitCode value.
|
TaskExecutionInformation |
TaskExecutionInformation.withFailureInfo(TaskFailureInformation failureInfo)
Set the failureInfo value.
|
TaskExecutionInformation |
TaskExecutionInformation.withLastRequeueTime(org.joda.time.DateTime lastRequeueTime)
Set the lastRequeueTime value.
|
TaskExecutionInformation |
TaskExecutionInformation.withLastRetryTime(org.joda.time.DateTime lastRetryTime)
Set the lastRetryTime value.
|
TaskExecutionInformation |
TaskExecutionInformation.withRequeueCount(int requeueCount)
Set the requeueCount value.
|
TaskExecutionInformation |
TaskExecutionInformation.withResult(TaskExecutionResult result)
Set the result value.
|
TaskExecutionInformation |
TaskExecutionInformation.withRetryCount(int retryCount)
Set the retryCount value.
|
TaskExecutionInformation |
TaskExecutionInformation.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
Modifier and Type | Method and Description |
---|---|
CloudTask |
CloudTask.withExecutionInfo(TaskExecutionInformation executionInfo)
Set the executionInfo value.
|
TaskInformation |
TaskInformation.withExecutionInfo(TaskExecutionInformation executionInfo)
Set the executionInfo value.
|
Copyright © 2019. All rights reserved.