Uses of Class
com.azure.compute.batch.models.GetBatchTaskFileOptions
Packages that use GetBatchTaskFileOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of GetBatchTaskFileOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type GetBatchTaskFileOptionsModifier and TypeMethodDescriptionMono<com.azure.core.util.BinaryData> BatchAsyncClient.getTaskFile(String jobId, String taskId, String filePath, GetBatchTaskFileOptions options) Returns the content of the specified Task file.com.azure.core.util.BinaryDataBatchClient.getTaskFile(String jobId, String taskId, String filePath, GetBatchTaskFileOptions options) Returns the content of the specified Task file. -
Uses of GetBatchTaskFileOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return GetBatchTaskFileOptionsModifier and TypeMethodDescriptionGetBatchTaskFileOptions.setIfModifiedSince(OffsetDateTime ifModifiedSince) Set the ifModifiedSince property: A timestamp indicating the last modified time of the resource known to the client.GetBatchTaskFileOptions.setIfUnmodifiedSince(OffsetDateTime ifUnmodifiedSince) Set the ifUnmodifiedSince property: A timestamp indicating the last modified time of the resource known to the client.GetBatchTaskFileOptions.setOcpRange(String ocpRange) Set the ocpRange property: The byte range to be retrieved.GetBatchTaskFileOptions.setTimeOutInSeconds(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.