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 BatchJobScheduleStateBatchJobScheduleState.ACTIVEThe Job Schedule is active and will create Jobs as per its schedule.static final BatchJobScheduleStateBatchJobScheduleState.COMPLETEDThe Job Schedule has terminated, either by reaching its end time or by the user terminating it explicitly.static final BatchJobScheduleStateBatchJobScheduleState.DELETINGThe user has requested that the Job Schedule be deleted, but the delete operation is still in progress.static final BatchJobScheduleStateBatchJobScheduleState.DISABLEDThe user has disabled the Job Schedule.static final BatchJobScheduleStateBatchJobScheduleState.TERMINATINGThe 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 BatchJobScheduleStateBatchJobScheduleState.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.