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 |
---|---|
List<TaskAddParameter> |
CreateTasksErrorException.pendingTaskList() |
Modifier and Type | Method and Description |
---|---|
void |
TaskOperations.createTask(String jobId,
TaskAddParameter taskToAdd)
Adds a single task to a job.
|
void |
TaskOperations.createTask(String jobId,
TaskAddParameter taskToAdd,
Iterable<BatchClientBehavior> additionalBehaviors)
Adds a single task to a job.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskOperations.createTasks(String jobId,
List<TaskAddParameter> taskList)
Adds multiple tasks to a job.
|
void |
TaskOperations.createTasks(String jobId,
List<TaskAddParameter> taskList,
Iterable<BatchClientBehavior> additionalBehaviors)
Adds multiple tasks to a job.
|
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 |
---|---|
void |
Tasks.add(String jobId,
TaskAddParameter task)
Adds a task to the specified job.
|
void |
Tasks.add(String jobId,
TaskAddParameter task,
TaskAddOptions taskAddOptions)
Adds a task to the specified job.
|
rx.Observable<Void> |
Tasks.addAsync(String jobId,
TaskAddParameter task)
Adds a task to the specified job.
|
ServiceFuture<Void> |
Tasks.addAsync(String jobId,
TaskAddParameter task,
ServiceCallback<Void> serviceCallback)
Adds a task to the specified job.
|
rx.Observable<Void> |
Tasks.addAsync(String jobId,
TaskAddParameter task,
TaskAddOptions taskAddOptions)
Adds a task to the specified job.
|
ServiceFuture<Void> |
Tasks.addAsync(String jobId,
TaskAddParameter task,
TaskAddOptions taskAddOptions,
ServiceCallback<Void> serviceCallback)
Adds a task to the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskAddHeaders>> |
Tasks.addWithServiceResponseAsync(String jobId,
TaskAddParameter task)
Adds a task to the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskAddHeaders>> |
Tasks.addWithServiceResponseAsync(String jobId,
TaskAddParameter task,
TaskAddOptions taskAddOptions)
Adds a task to the specified job.
|
Modifier and Type | Method and Description |
---|---|
TaskAddParameter |
TaskAddParameter.withAffinityInfo(AffinityInformation affinityInfo)
Set the affinityInfo value.
|
TaskAddParameter |
TaskAddParameter.withApplicationPackageReferences(List<ApplicationPackageReference> applicationPackageReferences)
Set the applicationPackageReferences value.
|
TaskAddParameter |
TaskAddParameter.withAuthenticationTokenSettings(AuthenticationTokenSettings authenticationTokenSettings)
Set the authenticationTokenSettings value.
|
TaskAddParameter |
TaskAddParameter.withCommandLine(String commandLine)
Set the commandLine value.
|
TaskAddParameter |
TaskAddParameter.withConstraints(TaskConstraints constraints)
Set the constraints value.
|
TaskAddParameter |
TaskAddParameter.withContainerSettings(TaskContainerSettings containerSettings)
Set the containerSettings value.
|
TaskAddParameter |
TaskAddParameter.withDependsOn(TaskDependencies dependsOn)
Set the dependsOn value.
|
TaskAddParameter |
TaskAddParameter.withDisplayName(String displayName)
Set the displayName value.
|
TaskAddParameter |
TaskAddParameter.withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)
Set the environmentSettings value.
|
TaskAddParameter |
TaskAddParameter.withExitConditions(ExitConditions exitConditions)
Set the exitConditions value.
|
TaskAddParameter |
TaskAddParameter.withId(String id)
Set the id value.
|
TaskAddParameter |
TaskAddParameter.withMultiInstanceSettings(MultiInstanceSettings multiInstanceSettings)
Set the multiInstanceSettings value.
|
TaskAddParameter |
TaskAddParameter.withOutputFiles(List<OutputFile> outputFiles)
Set the outputFiles value.
|
TaskAddParameter |
TaskAddParameter.withResourceFiles(List<ResourceFile> resourceFiles)
Set the resourceFiles value.
|
TaskAddParameter |
TaskAddParameter.withUserIdentity(UserIdentity userIdentity)
Set the userIdentity value.
|
Modifier and Type | Method and Description |
---|---|
List<TaskAddParameter> |
TaskAddCollectionParameter.value()
Get the value value.
|
Modifier and Type | Method and Description |
---|---|
TaskAddCollectionParameter |
TaskAddCollectionParameter.withValue(List<TaskAddParameter> value)
Set the value value.
|
Copyright © 2019. All rights reserved.