Uses of Class
com.microsoft.azure.batch.protocol.models.CloudTask
-
Packages that use CloudTask Package Description com.microsoft.azure.batch This package contains the classes for BatchServiceClient.com.microsoft.azure.batch.protocol This package contains the classes for BatchServiceClient.com.microsoft.azure.batch.protocol.implementation This package contains the implementation classes for BatchServiceClient.com.microsoft.azure.batch.protocol.models This package contains the models classes for BatchServiceClient. -
-
Uses of CloudTask in com.microsoft.azure.batch
Methods in com.microsoft.azure.batch that return CloudTask Modifier and Type Method Description CloudTask
TaskOperations. getTask(String jobId, String taskId)
Gets the specifiedCloudTask
.CloudTask
TaskOperations. getTask(String jobId, String taskId, DetailLevel detailLevel)
Gets the specifiedCloudTask
.CloudTask
TaskOperations. getTask(String jobId, String taskId, DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)
Gets the specifiedCloudTask
.Methods in com.microsoft.azure.batch that return types with arguments of type CloudTask Modifier and Type Method Description com.microsoft.azure.PagedList<CloudTask>
TaskOperations. listTasks(String jobId)
Lists thetasks
of the specified job.com.microsoft.azure.PagedList<CloudTask>
TaskOperations. listTasks(String jobId, DetailLevel detailLevel)
Lists thetasks
of the specified job.com.microsoft.azure.PagedList<CloudTask>
TaskOperations. listTasks(String jobId, DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)
Lists thetasks
of the specified job. -
Uses of CloudTask in com.microsoft.azure.batch.protocol
Methods in com.microsoft.azure.batch.protocol that return CloudTask Modifier and Type Method 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.Methods in com.microsoft.azure.batch.protocol that return types with arguments of type CloudTask Modifier and Type Method Description rx.Observable<CloudTask>
Tasks. getAsync(String jobId, String taskId)
Gets information about the specified Task.rx.Observable<CloudTask>
Tasks. getAsync(String jobId, String taskId, TaskGetOptions taskGetOptions)
Gets information about the specified Task.com.microsoft.rest.ServiceFuture<CloudTask>
Tasks. getAsync(String jobId, String taskId, TaskGetOptions taskGetOptions, com.microsoft.rest.ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified Task.com.microsoft.rest.ServiceFuture<CloudTask>
Tasks. getAsync(String jobId, String taskId, com.microsoft.rest.ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified Task.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<CloudTask,TaskGetHeaders>>
Tasks. getWithServiceResponseAsync(String jobId, String taskId)
Gets information about the specified Task.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<CloudTask,TaskGetHeaders>>
Tasks. getWithServiceResponseAsync(String jobId, String taskId, TaskGetOptions taskGetOptions)
Gets information about the specified Task.com.microsoft.azure.PagedList<CloudTask>
Tasks. list(String jobId)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.azure.PagedList<CloudTask>
Tasks. list(String jobId, TaskListOptions taskListOptions)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.azure.Page<CloudTask>>
Tasks. listAsync(String jobId)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.azure.Page<CloudTask>>
Tasks. listAsync(String jobId, TaskListOptions taskListOptions)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
Tasks. listAsync(String jobId, TaskListOptions taskListOptions, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
Tasks. listAsync(String jobId, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.azure.PagedList<CloudTask>
Tasks. listNext(String nextPageLink)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.azure.PagedList<CloudTask>
Tasks. listNext(String nextPageLink, TaskListNextOptions taskListNextOptions)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.azure.Page<CloudTask>>
Tasks. listNextAsync(String nextPageLink)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.azure.Page<CloudTask>>
Tasks. listNextAsync(String nextPageLink, TaskListNextOptions taskListNextOptions)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
Tasks. listNextAsync(String nextPageLink, TaskListNextOptions taskListNextOptions, com.microsoft.rest.ServiceFuture<List<CloudTask>> serviceFuture, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
Tasks. listNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CloudTask>> serviceFuture, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<CloudTask>,TaskListHeaders>>
Tasks. listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<CloudTask>,TaskListHeaders>>
Tasks. listNextWithServiceResponseAsync(String nextPageLink, TaskListNextOptions taskListNextOptions)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<CloudTask>,TaskListHeaders>>
Tasks. listWithServiceResponseAsync(String jobId)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<CloudTask>,TaskListHeaders>>
Tasks. listWithServiceResponseAsync(String jobId, TaskListOptions taskListOptions)
Lists all of the Tasks that are associated with the specified Job.Method parameters in com.microsoft.azure.batch.protocol with type arguments of type CloudTask Modifier and Type Method Description com.microsoft.rest.ServiceFuture<CloudTask>
Tasks. getAsync(String jobId, String taskId, TaskGetOptions taskGetOptions, com.microsoft.rest.ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified Task.com.microsoft.rest.ServiceFuture<CloudTask>
Tasks. getAsync(String jobId, String taskId, com.microsoft.rest.ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified Task.com.microsoft.rest.ServiceFuture<List<CloudTask>>
Tasks. listAsync(String jobId, TaskListOptions taskListOptions, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
Tasks. listAsync(String jobId, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
Tasks. listNextAsync(String nextPageLink, TaskListNextOptions taskListNextOptions, com.microsoft.rest.ServiceFuture<List<CloudTask>> serviceFuture, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
Tasks. listNextAsync(String nextPageLink, TaskListNextOptions taskListNextOptions, com.microsoft.rest.ServiceFuture<List<CloudTask>> serviceFuture, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
Tasks. listNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CloudTask>> serviceFuture, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
Tasks. listNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CloudTask>> serviceFuture, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job. -
Uses of CloudTask in com.microsoft.azure.batch.protocol.implementation
Methods in com.microsoft.azure.batch.protocol.implementation that return CloudTask Modifier and Type Method Description CloudTask
TasksImpl. get(String jobId, String taskId)
Gets information about the specified Task.CloudTask
TasksImpl. get(String jobId, String taskId, TaskGetOptions taskGetOptions)
Gets information about the specified Task.Methods in com.microsoft.azure.batch.protocol.implementation that return types with arguments of type CloudTask Modifier and Type Method Description rx.Observable<CloudTask>
TasksImpl. getAsync(String jobId, String taskId)
Gets information about the specified Task.rx.Observable<CloudTask>
TasksImpl. getAsync(String jobId, String taskId, TaskGetOptions taskGetOptions)
Gets information about the specified Task.com.microsoft.rest.ServiceFuture<CloudTask>
TasksImpl. getAsync(String jobId, String taskId, TaskGetOptions taskGetOptions, com.microsoft.rest.ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified Task.com.microsoft.rest.ServiceFuture<CloudTask>
TasksImpl. getAsync(String jobId, String taskId, com.microsoft.rest.ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified Task.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<CloudTask,TaskGetHeaders>>
TasksImpl. getWithServiceResponseAsync(String jobId, String taskId)
Gets information about the specified Task.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<CloudTask,TaskGetHeaders>>
TasksImpl. getWithServiceResponseAsync(String jobId, String taskId, TaskGetOptions taskGetOptions)
Gets information about the specified Task.com.microsoft.azure.PagedList<CloudTask>
TasksImpl. list(String jobId)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.azure.PagedList<CloudTask>
TasksImpl. list(String jobId, TaskListOptions taskListOptions)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.azure.Page<CloudTask>>
TasksImpl. listAsync(String jobId)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.azure.Page<CloudTask>>
TasksImpl. listAsync(String jobId, TaskListOptions taskListOptions)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
TasksImpl. listAsync(String jobId, TaskListOptions taskListOptions, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
TasksImpl. listAsync(String jobId, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.azure.PagedList<CloudTask>
TasksImpl. listNext(String nextPageLink)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.azure.PagedList<CloudTask>
TasksImpl. listNext(String nextPageLink, TaskListNextOptions taskListNextOptions)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.azure.Page<CloudTask>>
TasksImpl. listNextAsync(String nextPageLink)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.azure.Page<CloudTask>>
TasksImpl. listNextAsync(String nextPageLink, TaskListNextOptions taskListNextOptions)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
TasksImpl. listNextAsync(String nextPageLink, TaskListNextOptions taskListNextOptions, com.microsoft.rest.ServiceFuture<List<CloudTask>> serviceFuture, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
TasksImpl. listNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CloudTask>> serviceFuture, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<CloudTask>,TaskListHeaders>>
TasksImpl. listNextSinglePageAsync(String nextPageLink)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<CloudTask>,TaskListHeaders>>
TasksImpl. listNextSinglePageAsync(String nextPageLink, TaskListNextOptions taskListNextOptions)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<CloudTask>,TaskListHeaders>>
TasksImpl. listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<CloudTask>,TaskListHeaders>>
TasksImpl. listNextWithServiceResponseAsync(String nextPageLink, TaskListNextOptions taskListNextOptions)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<CloudTask>,TaskListHeaders>>
TasksImpl. listSinglePageAsync(String jobId)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<CloudTask>,TaskListHeaders>>
TasksImpl. listSinglePageAsync(String jobId, TaskListOptions taskListOptions)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<CloudTask>,TaskListHeaders>>
TasksImpl. listWithServiceResponseAsync(String jobId)
Lists all of the Tasks that are associated with the specified Job.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<com.microsoft.azure.Page<CloudTask>,TaskListHeaders>>
TasksImpl. listWithServiceResponseAsync(String jobId, TaskListOptions taskListOptions)
Lists all of the Tasks that are associated with the specified Job.Method parameters in com.microsoft.azure.batch.protocol.implementation with type arguments of type CloudTask Modifier and Type Method Description com.microsoft.rest.ServiceFuture<CloudTask>
TasksImpl. getAsync(String jobId, String taskId, TaskGetOptions taskGetOptions, com.microsoft.rest.ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified Task.com.microsoft.rest.ServiceFuture<CloudTask>
TasksImpl. getAsync(String jobId, String taskId, com.microsoft.rest.ServiceCallback<CloudTask> serviceCallback)
Gets information about the specified Task.com.microsoft.rest.ServiceFuture<List<CloudTask>>
TasksImpl. listAsync(String jobId, TaskListOptions taskListOptions, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
TasksImpl. listAsync(String jobId, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
TasksImpl. listNextAsync(String nextPageLink, TaskListNextOptions taskListNextOptions, com.microsoft.rest.ServiceFuture<List<CloudTask>> serviceFuture, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
TasksImpl. listNextAsync(String nextPageLink, TaskListNextOptions taskListNextOptions, com.microsoft.rest.ServiceFuture<List<CloudTask>> serviceFuture, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
TasksImpl. listNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CloudTask>> serviceFuture, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job.com.microsoft.rest.ServiceFuture<List<CloudTask>>
TasksImpl. listNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CloudTask>> serviceFuture, com.microsoft.azure.ListOperationCallback<CloudTask> serviceCallback)
Lists all of the Tasks that are associated with the specified Job. -
Uses of CloudTask in com.microsoft.azure.batch.protocol.models
Methods in com.microsoft.azure.batch.protocol.models that return CloudTask Modifier and Type Method Description CloudTask
CloudTask. withAffinityInfo(AffinityInformation affinityInfo)
Set the affinityInfo value.CloudTask
CloudTask. withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
Set application packages are downloaded and deployed to a shared directory, not the Task working directory.CloudTask
CloudTask. withAuthenticationTokenSettings(AuthenticationTokenSettings authenticationTokenSettings)
Set if this property is set, the Batch service provides the Task with an authentication token which can be used to authenticate Batch service operations without requiring an Account access key.CloudTask
CloudTask. withCommandLine(String commandLine)
Set for multi-instance Tasks, the command line is executed as the primary Task, after the primary Task and all subtasks have finished executing the coordination command line.CloudTask
CloudTask. withConstraints(TaskConstraints constraints)
Set the constraints value.CloudTask
CloudTask. withContainerSettings(TaskContainerSettings containerSettings)
Set if the Pool that will run this Task has containerConfiguration set, this must be set as well.CloudTask
CloudTask. withCreationTime(org.joda.time.DateTime creationTime)
Set the creationTime value.CloudTask
CloudTask. withDependsOn(TaskDependencies dependsOn)
Set this Task will not be scheduled until all Tasks that it depends on have completed successfully.CloudTask
CloudTask. withDisplayName(String displayName)
Set the display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.CloudTask
CloudTask. withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.CloudTask
CloudTask. withETag(String eTag)
Set this is an opaque string.CloudTask
CloudTask. withExecutionInfo(TaskExecutionInformation executionInfo)
Set the executionInfo value.CloudTask
CloudTask. withExitConditions(ExitConditions exitConditions)
Set how the Batch service should respond when the Task completes.CloudTask
CloudTask. withId(String id)
Set the ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters.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 for multi-instance Tasks, the files will only be uploaded from the Compute Node on which the primary Task is executed.CloudTask
CloudTask. withPreviousState(TaskState previousState)
Set this property is not set if the Task is in its initial Active state.CloudTask
CloudTask. withPreviousStateTransitionTime(org.joda.time.DateTime previousStateTransitionTime)
Set this property is not set if the Task is in its initial Active state.CloudTask
CloudTask. withRequiredSlots(Integer requiredSlots)
Set the default is 1.CloudTask
CloudTask. withResourceFiles(List<ResourceFile> resourceFiles)
Set for multi-instance Tasks, the resource files will only be downloaded to the Compute Node on which the primary Task is executed.CloudTask
CloudTask. withState(TaskState state)
Set possible values include: 'active', 'preparing', 'running', 'completed'.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 if omitted, the Task runs as a non-administrative user unique to the Task.
-