Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
CloudTask |
TaskOperations.getTask(String jobId,
String taskId)
Gets the specified
CloudTask . |
CloudTask |
TaskOperations.getTask(String jobId,
String taskId,
DetailLevel detailLevel)
Gets the specified
CloudTask . |
CloudTask |
TaskOperations.getTask(String jobId,
String taskId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets the specified
CloudTask . |
Modifier and Type | Method and Description |
---|---|
List<CloudTask> |
TaskOperations.listTasks(String jobId)
Lists the
tasks of the specified job. |
List<CloudTask> |
TaskOperations.listTasks(String jobId,
DetailLevel detailLevel)
Lists the
tasks of the specified job. |
List<CloudTask> |
TaskOperations.listTasks(String jobId,
DetailLevel detailLevel,
Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
tasks of the specified job. |
Modifier and Type | Method and Description |
---|---|
CloudTask |
Tasks.get(String jobId,
String taskId)
Gets information about the specified task.
|
CloudTask |
Tasks.get(String jobId,
String taskId,
TaskGetOptions taskGetOptions)
Gets information about the specified task.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<CloudTask> |
Tasks.getAsync(String jobId,
String taskId)
Gets information about the specified task.
|
ServiceFuture<CloudTask> |
Tasks.getAsync(String jobId,
String taskId,
ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified task.
|
rx.Observable<CloudTask> |
Tasks.getAsync(String jobId,
String taskId,
TaskGetOptions taskGetOptions)
Gets information about the specified task.
|
ServiceFuture<CloudTask> |
Tasks.getAsync(String jobId,
String taskId,
TaskGetOptions taskGetOptions,
ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified task.
|
rx.Observable<ServiceResponseWithHeaders<CloudTask,TaskGetHeaders>> |
Tasks.getWithServiceResponseAsync(String jobId,
String taskId)
Gets information about the specified task.
|
rx.Observable<ServiceResponseWithHeaders<CloudTask,TaskGetHeaders>> |
Tasks.getWithServiceResponseAsync(String jobId,
String taskId,
TaskGetOptions taskGetOptions)
Gets information about the specified task.
|
PagedList<CloudTask> |
Tasks.list(String jobId)
Lists all of the tasks that are associated with the specified job.
|
PagedList<CloudTask> |
Tasks.list(String jobId,
TaskListOptions taskListOptions)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<Page<CloudTask>> |
Tasks.listAsync(String jobId)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<CloudTask>> |
Tasks.listAsync(String jobId,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<Page<CloudTask>> |
Tasks.listAsync(String jobId,
TaskListOptions taskListOptions)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<CloudTask>> |
Tasks.listAsync(String jobId,
TaskListOptions taskListOptions,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
PagedList<CloudTask> |
Tasks.listNext(String nextPageLink)
Lists all of the tasks that are associated with the specified job.
|
PagedList<CloudTask> |
Tasks.listNext(String nextPageLink,
TaskListNextOptions taskListNextOptions)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<Page<CloudTask>> |
Tasks.listNextAsync(String nextPageLink)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<CloudTask>> |
Tasks.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudTask>> serviceFuture,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<Page<CloudTask>> |
Tasks.listNextAsync(String nextPageLink,
TaskListNextOptions taskListNextOptions)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<CloudTask>> |
Tasks.listNextAsync(String nextPageLink,
TaskListNextOptions taskListNextOptions,
ServiceFuture<List<CloudTask>> serviceFuture,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listNextWithServiceResponseAsync(String nextPageLink,
TaskListNextOptions taskListNextOptions)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listWithServiceResponseAsync(String jobId)
Lists all of the tasks that are associated with the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudTask>,TaskListHeaders>> |
Tasks.listWithServiceResponseAsync(String jobId,
TaskListOptions taskListOptions)
Lists all of the tasks that are associated with the specified job.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<CloudTask> |
Tasks.getAsync(String jobId,
String taskId,
ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified task.
|
ServiceFuture<CloudTask> |
Tasks.getAsync(String jobId,
String taskId,
TaskGetOptions taskGetOptions,
ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified task.
|
ServiceFuture<List<CloudTask>> |
Tasks.listAsync(String jobId,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<CloudTask>> |
Tasks.listAsync(String jobId,
TaskListOptions taskListOptions,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<CloudTask>> |
Tasks.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudTask>> serviceFuture,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<CloudTask>> |
Tasks.listNextAsync(String nextPageLink,
ServiceFuture<List<CloudTask>> serviceFuture,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<CloudTask>> |
Tasks.listNextAsync(String nextPageLink,
TaskListNextOptions taskListNextOptions,
ServiceFuture<List<CloudTask>> serviceFuture,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
ServiceFuture<List<CloudTask>> |
Tasks.listNextAsync(String nextPageLink,
TaskListNextOptions taskListNextOptions,
ServiceFuture<List<CloudTask>> serviceFuture,
ListOperationCallback<CloudTask> serviceCallback)
Lists all of the tasks that are associated with the specified job.
|
Modifier and Type | Method and Description |
---|---|
CloudTask |
CloudTask.withAffinityInfo(AffinityInformation affinityInfo)
Set the affinityInfo value.
|
CloudTask |
CloudTask.withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
Set the applicationPackageReferences value.
|
CloudTask |
CloudTask.withAuthenticationTokenSettings(AuthenticationTokenSettings authenticationTokenSettings)
Set the authenticationTokenSettings value.
|
CloudTask |
CloudTask.withCommandLine(String commandLine)
Set the commandLine value.
|
CloudTask |
CloudTask.withConstraints(TaskConstraints constraints)
Set the constraints value.
|
CloudTask |
CloudTask.withContainerSettings(TaskContainerSettings containerSettings)
Set the containerSettings value.
|
CloudTask |
CloudTask.withCreationTime(org.joda.time.DateTime creationTime)
Set the creationTime value.
|
CloudTask |
CloudTask.withDependsOn(TaskDependencies dependsOn)
Set the dependsOn value.
|
CloudTask |
CloudTask.withDisplayName(String displayName)
Set the displayName value.
|
CloudTask |
CloudTask.withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
CloudTask |
CloudTask.withETag(String eTag)
Set the eTag value.
|
CloudTask |
CloudTask.withExecutionInfo(TaskExecutionInformation executionInfo)
Set the executionInfo value.
|
CloudTask |
CloudTask.withExitConditions(ExitConditions exitConditions)
Set the exitConditions value.
|
CloudTask |
CloudTask.withId(String id)
Set the id value.
|
CloudTask |
CloudTask.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
CloudTask |
CloudTask.withMultiInstanceSettings(MultiInstanceSettings multiInstanceSettings)
Set the multiInstanceSettings value.
|
CloudTask |
CloudTask.withNodeInfo(ComputeNodeInformation nodeInfo)
Set the nodeInfo value.
|
CloudTask |
CloudTask.withOutputFiles(List<OutputFile> outputFiles)
Set the outputFiles value.
|
CloudTask |
CloudTask.withPreviousState(TaskState previousState)
Set the previousState value.
|
CloudTask |
CloudTask.withPreviousStateTransitionTime(org.joda.time.DateTime previousStateTransitionTime)
Set the previousStateTransitionTime value.
|
CloudTask |
CloudTask.withResourceFiles(List<ResourceFile> resourceFiles)
Set the resourceFiles value.
|
CloudTask |
CloudTask.withState(TaskState state)
Set the state value.
|
CloudTask |
CloudTask.withStateTransitionTime(org.joda.time.DateTime stateTransitionTime)
Set the stateTransitionTime value.
|
CloudTask |
CloudTask.withStats(TaskStatistics stats)
Set the stats value.
|
CloudTask |
CloudTask.withUrl(String url)
Set the url value.
|
CloudTask |
CloudTask.withUserIdentity(UserIdentity userIdentity)
Set the userIdentity value.
|
Copyright © 2019. All rights reserved.