Uses of Class
com.azure.compute.batch.models.BatchJobScheduleState
Packages that use BatchJobScheduleState
-
Uses of BatchJobScheduleState in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchJobScheduleStateModifier and TypeFieldDescriptionstatic final BatchJobScheduleState
BatchJobScheduleState.ACTIVE
The Job Schedule is active and will create Jobs as per its schedule.static final BatchJobScheduleState
BatchJobScheduleState.COMPLETED
The Job Schedule has terminated, either by reaching its end time or by the user terminating it explicitly.static final BatchJobScheduleState
BatchJobScheduleState.DELETING
The user has requested that the Job Schedule be deleted, but the delete operation is still in progress.static final BatchJobScheduleState
BatchJobScheduleState.DISABLED
The user has disabled the Job Schedule.static final BatchJobScheduleState
BatchJobScheduleState.TERMINATING
The Job Schedule has no more work to do, or has been explicitly terminated by the user, but the termination operation is still in progress.Methods in com.azure.compute.batch.models that return BatchJobScheduleStateModifier and TypeMethodDescriptionstatic BatchJobScheduleState
BatchJobScheduleState.fromString
(String name) Creates or finds a BatchJobScheduleState from its string representation.BatchJobSchedule.getPreviousState()
Get the previousState property: The previous state of the Job Schedule.BatchJobSchedule.getState()
Get the state property: The current state of the Job Schedule.Methods in com.azure.compute.batch.models that return types with arguments of type BatchJobScheduleStateModifier and TypeMethodDescriptionstatic Collection
<BatchJobScheduleState> BatchJobScheduleState.values()
Gets known BatchJobScheduleState values.