Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
List<SubtaskInformation> |
TaskOperations.listSubtasks(String jobId,
String taskId)
Lists the
subtasks of the specified task. |
List<SubtaskInformation> |
TaskOperations.listSubtasks(String jobId,
String taskId,
DetailLevel detailLevel)
Lists the
subtasks of the specified task. |
List<SubtaskInformation> |
TaskOperations.listSubtasks(String jobId,
String taskId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
subtasks of the specified task. |
Modifier and Type | Method and Description |
---|---|
SubtaskInformation |
SubtaskInformation.withContainerInfo(TaskContainerExecutionInformation containerInfo)
Set the containerInfo value.
|
SubtaskInformation |
SubtaskInformation.withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
SubtaskInformation |
SubtaskInformation.withExitCode(Integer exitCode)
Set the exitCode value.
|
SubtaskInformation |
SubtaskInformation.withFailureInfo(TaskFailureInformation failureInfo)
Set the failureInfo value.
|
SubtaskInformation |
SubtaskInformation.withId(Integer id)
Set the id value.
|
SubtaskInformation |
SubtaskInformation.withNodeInfo(ComputeNodeInformation nodeInfo)
Set the nodeInfo value.
|
SubtaskInformation |
SubtaskInformation.withPreviousState(SubtaskState previousState)
Set the previousState value.
|
SubtaskInformation |
SubtaskInformation.withPreviousStateTransitionTime(org.joda.time.DateTime previousStateTransitionTime)
Set the previousStateTransitionTime value.
|
SubtaskInformation |
SubtaskInformation.withResult(TaskExecutionResult result)
Set the result value.
|
SubtaskInformation |
SubtaskInformation.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
SubtaskInformation |
SubtaskInformation.withState(SubtaskState state)
Set the state value.
|
SubtaskInformation |
SubtaskInformation.withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
Set the stateTransitionTime value.
|
Modifier and Type | Method and Description |
---|---|
List<SubtaskInformation> |
CloudTaskListSubtasksResult.value()
Get the value value.
|
Modifier and Type | Method and Description |
---|---|
CloudTaskListSubtasksResult |
CloudTaskListSubtasksResult.withValue(List<SubtaskInformation> value)
Set the value value.
|
Copyright © 2019. All rights reserved.