Uses of Class
com.azure.compute.batch.models.GetBatchApplicationOptions
Packages that use GetBatchApplicationOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of GetBatchApplicationOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type GetBatchApplicationOptionsModifier and TypeMethodDescriptionBatchAsyncClient.getApplication
(String applicationId, GetBatchApplicationOptions options) Gets information about the specified Application.BatchClient.getApplication
(String applicationId, GetBatchApplicationOptions options) Gets information about the specified Application. -
Uses of GetBatchApplicationOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return GetBatchApplicationOptionsModifier and TypeMethodDescriptionGetBatchApplicationOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.