Uses of Class
com.azure.compute.batch.models.BatchJobScheduleExistsOptions
Packages that use BatchJobScheduleExistsOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchJobScheduleExistsOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchJobScheduleExistsOptionsModifier and TypeMethodDescriptionBatchAsyncClient.jobScheduleExists
(String jobScheduleId, BatchJobScheduleExistsOptions options, com.azure.core.http.RequestConditions requestConditions) Checks the specified Job Schedule exists.boolean
BatchClient.jobScheduleExists
(String jobScheduleId, BatchJobScheduleExistsOptions options, com.azure.core.http.RequestConditions requestConditions) Checks the specified Job Schedule exists. -
Uses of BatchJobScheduleExistsOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobScheduleExistsOptionsModifier and TypeMethodDescriptionBatchJobScheduleExistsOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.