Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
void |
JobOperations.patchJob(String jobId,
OnAllTasksComplete onAllTasksComplete)
Updates the specified job.
|
void |
JobOperations.patchJob(String jobId,
PoolInformation poolInfo,
Integer priority,
JobConstraints constraints,
OnAllTasksComplete onAllTasksComplete,
List<MetadataItem> metadata)
Updates the specified job.
|
void |
JobOperations.patchJob(String jobId,
PoolInformation poolInfo,
Integer priority,
JobConstraints constraints,
OnAllTasksComplete onAllTasksComplete,
List<MetadataItem> metadata,
Iterable<BatchClientBehavior> additionalBehaviors)
Updates the specified job.
|
void |
JobOperations.updateJob(String jobId,
PoolInformation poolInfo,
Integer priority,
JobConstraints constraints,
OnAllTasksComplete onAllTasksComplete,
List<MetadataItem> metadata)
Updates the specified job.
|
void |
JobOperations.updateJob(String jobId,
PoolInformation poolInfo,
Integer priority,
JobConstraints constraints,
OnAllTasksComplete onAllTasksComplete,
List<MetadataItem> metadata,
Iterable<BatchClientBehavior> additionalBehaviors)
Updates the specified job.
|
Modifier and Type | Method and Description |
---|---|
static OnAllTasksComplete |
OnAllTasksComplete.fromString(String value)
Parses a serialized value to a OnAllTasksComplete instance.
|
OnAllTasksComplete |
JobPatchParameter.onAllTasksComplete()
Get the onAllTasksComplete value.
|
OnAllTasksComplete |
JobSpecification.onAllTasksComplete()
Get the onAllTasksComplete value.
|
OnAllTasksComplete |
JobUpdateParameter.onAllTasksComplete()
Get the onAllTasksComplete value.
|
OnAllTasksComplete |
JobAddParameter.onAllTasksComplete()
Get the onAllTasksComplete value.
|
OnAllTasksComplete |
CloudJob.onAllTasksComplete()
Get the onAllTasksComplete value.
|
static OnAllTasksComplete |
OnAllTasksComplete.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnAllTasksComplete[] |
OnAllTasksComplete.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JobPatchParameter |
JobPatchParameter.withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
Set the onAllTasksComplete value.
|
JobSpecification |
JobSpecification.withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
Set the onAllTasksComplete value.
|
JobUpdateParameter |
JobUpdateParameter.withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
Set the onAllTasksComplete value.
|
JobAddParameter |
JobAddParameter.withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
Set the onAllTasksComplete value.
|
CloudJob |
CloudJob.withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
Set the onAllTasksComplete value.
|
Copyright © 2019. All rights reserved.