Uses of Class
com.azure.compute.batch.models.DeleteBatchJobScheduleOptions
Packages that use DeleteBatchJobScheduleOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of DeleteBatchJobScheduleOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type DeleteBatchJobScheduleOptionsModifier and TypeMethodDescriptionBatchAsyncClient.deleteJobSchedule
(String jobScheduleId, DeleteBatchJobScheduleOptions options, com.azure.core.http.RequestConditions requestConditions) Deletes a Job Schedule from the specified Account.void
BatchClient.deleteJobSchedule
(String jobScheduleId, DeleteBatchJobScheduleOptions options, com.azure.core.http.RequestConditions requestConditions) Deletes a Job Schedule from the specified Account. -
Uses of DeleteBatchJobScheduleOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return DeleteBatchJobScheduleOptionsModifier and TypeMethodDescriptionSet the force property: If true, the server will delete the JobSchedule even if the corresponding nodes have not fully processed the deletion.DeleteBatchJobScheduleOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.