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 |
---|---|
void |
TaskOperations.updateTask(String jobId,
String taskId,
TaskConstraints constraints)
Updates the specified task.
|
void |
TaskOperations.updateTask(String jobId,
String taskId,
TaskConstraints constraints,
Iterable<BatchClientBehavior> additionalBehaviors)
Updates the specified task.
|
Modifier and Type | Method and Description |
---|---|
void |
Tasks.update(String jobId,
String taskId,
TaskConstraints constraints,
TaskUpdateOptions taskUpdateOptions)
Updates the properties of the specified task.
|
rx.Observable<Void> |
Tasks.updateAsync(String jobId,
String taskId,
TaskConstraints constraints,
TaskUpdateOptions taskUpdateOptions)
Updates the properties of the specified task.
|
ServiceFuture<Void> |
Tasks.updateAsync(String jobId,
String taskId,
TaskConstraints constraints,
TaskUpdateOptions taskUpdateOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified task.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskUpdateHeaders>> |
Tasks.updateWithServiceResponseAsync(String jobId,
String taskId,
TaskConstraints constraints,
TaskUpdateOptions taskUpdateOptions)
Updates the properties of the specified task.
|
Modifier and Type | Method and Description |
---|---|
TaskConstraints |
TaskAddParameter.constraints()
Get the constraints value.
|
TaskConstraints |
JobPreparationTask.constraints()
Get the constraints value.
|
TaskConstraints |
CloudTask.constraints()
Get the constraints value.
|
TaskConstraints |
TaskUpdateParameter.constraints()
Get the constraints value.
|
TaskConstraints |
JobManagerTask.constraints()
Get the constraints value.
|
TaskConstraints |
TaskConstraints.withMaxTaskRetryCount(Integer maxTaskRetryCount)
Set the maxTaskRetryCount value.
|
TaskConstraints |
TaskConstraints.withMaxWallClockTime(org.joda.time.Period maxWallClockTime)
Set the maxWallClockTime value.
|
TaskConstraints |
TaskConstraints.withRetentionTime(org.joda.time.Period retentionTime)
Set the retentionTime value.
|
Modifier and Type | Method and Description |
---|---|
TaskAddParameter |
TaskAddParameter.withConstraints(TaskConstraints constraints)
Set the constraints value.
|
JobPreparationTask |
JobPreparationTask.withConstraints(TaskConstraints constraints)
Set the constraints value.
|
CloudTask |
CloudTask.withConstraints(TaskConstraints constraints)
Set the constraints value.
|
TaskUpdateParameter |
TaskUpdateParameter.withConstraints(TaskConstraints constraints)
Set the constraints value.
|
JobManagerTask |
JobManagerTask.withConstraints(TaskConstraints constraints)
Set the constraints value.
|
Copyright © 2019. All rights reserved.