Uses of Class
com.azure.compute.batch.models.GetBatchJobScheduleOptions
Packages that use GetBatchJobScheduleOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of GetBatchJobScheduleOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type GetBatchJobScheduleOptionsModifier and TypeMethodDescriptionBatchAsyncClient.getJobSchedule
(String jobScheduleId, GetBatchJobScheduleOptions options, com.azure.core.http.RequestConditions requestConditions) Gets information about the specified Job Schedule.BatchClient.getJobSchedule
(String jobScheduleId, GetBatchJobScheduleOptions options, com.azure.core.http.RequestConditions requestConditions) Gets information about the specified Job Schedule. -
Uses of GetBatchJobScheduleOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return GetBatchJobScheduleOptionsModifier and TypeMethodDescriptionSet the expand property: An OData $expand clause.Set the select property: An OData $select clause.GetBatchJobScheduleOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.