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<TaskAddResult> |
CreateTasksErrorException.failureTaskList() |
Constructor and Description |
---|
CreateTasksErrorException(String message,
List<TaskAddResult> failureTaskList,
List<TaskAddParameter> pendingTaskList)
Initializes a new instance of the CreateTasksErrorException class.
|
Modifier and Type | Method and Description |
---|---|
TaskAddResult |
TaskAddResult.withError(BatchError error)
Set the error value.
|
TaskAddResult |
TaskAddResult.withETag(String eTag)
Set the eTag value.
|
TaskAddResult |
TaskAddResult.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
TaskAddResult |
TaskAddResult.withLocation(String location)
Set the location value.
|
TaskAddResult |
TaskAddResult.withStatus(TaskAddStatus status)
Set the status value.
|
TaskAddResult |
TaskAddResult.withTaskId(String taskId)
Set the taskId value.
|
Modifier and Type | Method and Description |
---|---|
List<TaskAddResult> |
TaskAddCollectionResult.value()
Get the value value.
|
Modifier and Type | Method and Description |
---|---|
TaskAddCollectionResult |
TaskAddCollectionResult.withValue(List<TaskAddResult> value)
Set the value value.
|
Copyright © 2019. All rights reserved.