Uses of Class
com.azure.compute.batch.models.OnAllBatchTasksComplete
Packages that use OnAllBatchTasksComplete
-
Uses of OnAllBatchTasksComplete in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as OnAllBatchTasksCompleteModifier and TypeFieldDescriptionstatic final OnAllBatchTasksComplete
OnAllBatchTasksComplete.NO_ACTION
Do nothing.static final OnAllBatchTasksComplete
OnAllBatchTasksComplete.TERMINATE_JOB
Terminate the Job.Methods in com.azure.compute.batch.models that return OnAllBatchTasksCompleteModifier and TypeMethodDescriptionstatic OnAllBatchTasksComplete
OnAllBatchTasksComplete.fromString
(String name) Creates or finds a OnAllBatchTasksComplete from its string representation.BatchJob.getOnAllTasksComplete()
Get the onAllTasksComplete property: The action the Batch service should take when all Tasks in the Job are in the completed state.BatchJobCreateContent.getOnAllTasksComplete()
Get the onAllTasksComplete property: The action the Batch service should take when all Tasks in the Job are in the completed state.BatchJobSpecification.getOnAllTasksComplete()
Get the onAllTasksComplete property: The action the Batch service should take when all Tasks in a Job created under this schedule are in the completed state.BatchJobUpdateContent.getOnAllTasksComplete()
Get the onAllTasksComplete property: The action the Batch service should take when all Tasks in the Job are in the completed state.Methods in com.azure.compute.batch.models that return types with arguments of type OnAllBatchTasksCompleteModifier and TypeMethodDescriptionstatic Collection
<OnAllBatchTasksComplete> OnAllBatchTasksComplete.values()
Gets known OnAllBatchTasksComplete values.Methods in com.azure.compute.batch.models with parameters of type OnAllBatchTasksCompleteModifier and TypeMethodDescriptionBatchJob.setOnAllTasksComplete
(OnAllBatchTasksComplete onAllTasksComplete) Set the onAllTasksComplete property: The action the Batch service should take when all Tasks in the Job are in the completed state.BatchJobCreateContent.setOnAllTasksComplete
(OnAllBatchTasksComplete onAllTasksComplete) Set the onAllTasksComplete property: The action the Batch service should take when all Tasks in the Job are in the completed state.BatchJobSpecification.setOnAllTasksComplete
(OnAllBatchTasksComplete onAllTasksComplete) Set the onAllTasksComplete property: The action the Batch service should take when all Tasks in a Job created under this schedule are in the completed state.BatchJobUpdateContent.setOnAllTasksComplete
(OnAllBatchTasksComplete onAllTasksComplete) Set the onAllTasksComplete property: The action the Batch service should take when all Tasks in the Job are in the completed state.