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 |
JobOperations.createJob(JobAddParameter job)
Adds a job to the Batch account.
|
void |
JobOperations.createJob(JobAddParameter job,
Iterable<BatchClientBehavior> additionalBehaviors)
Adds a job to the Batch account.
|
Modifier and Type | Method and Description |
---|---|
void |
Jobs.add(JobAddParameter job)
Adds a job to the specified account.
|
void |
Jobs.add(JobAddParameter job,
JobAddOptions jobAddOptions)
Adds a job to the specified account.
|
rx.Observable<Void> |
Jobs.addAsync(JobAddParameter job)
Adds a job to the specified account.
|
rx.Observable<Void> |
Jobs.addAsync(JobAddParameter job,
JobAddOptions jobAddOptions)
Adds a job to the specified account.
|
ServiceFuture<Void> |
Jobs.addAsync(JobAddParameter job,
JobAddOptions jobAddOptions,
ServiceCallback<Void> serviceCallback)
Adds a job to the specified account.
|
ServiceFuture<Void> |
Jobs.addAsync(JobAddParameter job,
ServiceCallback<Void> serviceCallback)
Adds a job to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobAddHeaders>> |
Jobs.addWithServiceResponseAsync(JobAddParameter job)
Adds a job to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobAddHeaders>> |
Jobs.addWithServiceResponseAsync(JobAddParameter job,
JobAddOptions jobAddOptions)
Adds a job to the specified account.
|
Modifier and Type | Method and Description |
---|---|
JobAddParameter |
JobAddParameter.withCommonEnvironmentSettings(List<EnvironmentSetting> commonEnvironmentSettings)
Set the commonEnvironmentSettings value.
|
JobAddParameter |
JobAddParameter.withConstraints(JobConstraints constraints)
Set the constraints value.
|
JobAddParameter |
JobAddParameter.withDisplayName(String displayName)
Set the displayName value.
|
JobAddParameter |
JobAddParameter.withId(String id)
Set the id value.
|
JobAddParameter |
JobAddParameter.withJobManagerTask(JobManagerTask jobManagerTask)
Set the jobManagerTask value.
|
JobAddParameter |
JobAddParameter.withJobPreparationTask(JobPreparationTask jobPreparationTask)
Set the jobPreparationTask value.
|
JobAddParameter |
JobAddParameter.withJobReleaseTask(JobReleaseTask jobReleaseTask)
Set the jobReleaseTask value.
|
JobAddParameter |
JobAddParameter.withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
JobAddParameter |
JobAddParameter.withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
Set the onAllTasksComplete value.
|
JobAddParameter |
JobAddParameter.withOnTaskFailure(OnTaskFailure onTaskFailure)
Set the onTaskFailure value.
|
JobAddParameter |
JobAddParameter.withPoolInfo(PoolInformation poolInfo)
Set the poolInfo value.
|
JobAddParameter |
JobAddParameter.withPriority(Integer priority)
Set the priority value.
|
JobAddParameter |
JobAddParameter.withUsesTaskDependencies(Boolean usesTaskDependencies)
Set the usesTaskDependencies value.
|
Copyright © 2019. All rights reserved.