Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
TaskInformation |
TaskInformation.withExecutionInfo(TaskExecutionInformation executionInfo)
Set the executionInfo value.
|
TaskInformation |
TaskInformation.withJobId(String jobId)
Set the jobId value.
|
TaskInformation |
TaskInformation.withSubtaskId(Integer subtaskId)
Set the subtaskId value.
|
TaskInformation |
TaskInformation.withTaskId(String taskId)
Set the taskId value.
|
TaskInformation |
TaskInformation.withTaskState(TaskState taskState)
Set the taskState value.
|
TaskInformation |
TaskInformation.withTaskUrl(String taskUrl)
Set the taskUrl value.
|
Modifier and Type | Method and Description |
---|---|
List<TaskInformation> |
ComputeNode.recentTasks()
Get the recentTasks value.
|
Modifier and Type | Method and Description |
---|---|
ComputeNode |
ComputeNode.withRecentTasks(List<TaskInformation> recentTasks)
Set the recentTasks value.
|
Copyright © 2019. All rights reserved.