Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
TaskContainerExecutionInformation |
JobPreparationTaskExecutionInformation.containerInfo()
Get the containerInfo value.
|
TaskContainerExecutionInformation |
StartTaskInformation.containerInfo()
Get the containerInfo value.
|
TaskContainerExecutionInformation |
SubtaskInformation.containerInfo()
Get the containerInfo value.
|
TaskContainerExecutionInformation |
TaskExecutionInformation.containerInfo()
Get the containerInfo value.
|
TaskContainerExecutionInformation |
JobReleaseTaskExecutionInformation.containerInfo()
Get the containerInfo value.
|
TaskContainerExecutionInformation |
TaskContainerExecutionInformation.withContainerId(String containerId)
Set the containerId value.
|
TaskContainerExecutionInformation |
TaskContainerExecutionInformation.withError(String error)
Set the error value.
|
TaskContainerExecutionInformation |
TaskContainerExecutionInformation.withState(String state)
Set the state value.
|
Modifier and Type | Method and Description |
---|---|
JobPreparationTaskExecutionInformation |
JobPreparationTaskExecutionInformation.withContainerInfo(TaskContainerExecutionInformation containerInfo)
Set the containerInfo value.
|
StartTaskInformation |
StartTaskInformation.withContainerInfo(TaskContainerExecutionInformation containerInfo)
Set the containerInfo value.
|
SubtaskInformation |
SubtaskInformation.withContainerInfo(TaskContainerExecutionInformation containerInfo)
Set the containerInfo value.
|
TaskExecutionInformation |
TaskExecutionInformation.withContainerInfo(TaskContainerExecutionInformation containerInfo)
Set the containerInfo value.
|
JobReleaseTaskExecutionInformation |
JobReleaseTaskExecutionInformation.withContainerInfo(TaskContainerExecutionInformation containerInfo)
Set the containerInfo value.
|
Copyright © 2019. All rights reserved.