Uses of Class
com.azure.compute.batch.models.CreateBatchJobScheduleOptions
Packages that use CreateBatchJobScheduleOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of CreateBatchJobScheduleOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type CreateBatchJobScheduleOptionsModifier and TypeMethodDescriptionBatchAsyncClient.createJobSchedule
(BatchJobScheduleCreateContent jobSchedule, CreateBatchJobScheduleOptions options) Creates a Job Schedule to the specified Account.void
BatchClient.createJobSchedule
(BatchJobScheduleCreateContent jobSchedule, CreateBatchJobScheduleOptions options) Creates a Job Schedule to the specified Account. -
Uses of CreateBatchJobScheduleOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return CreateBatchJobScheduleOptionsModifier and TypeMethodDescriptionCreateBatchJobScheduleOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.