Uses of Class
com.azure.compute.batch.models.GetBatchTaskFilePropertiesOptions
Packages that use GetBatchTaskFilePropertiesOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of GetBatchTaskFilePropertiesOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type GetBatchTaskFilePropertiesOptionsModifier and TypeMethodDescriptionBatchAsyncClient.getTaskFileProperties
(String jobId, String taskId, String filePath, GetBatchTaskFilePropertiesOptions options) Gets the properties of the specified Task file.BatchClient.getTaskFileProperties
(String jobId, String taskId, String filePath, GetBatchTaskFilePropertiesOptions options) Gets the properties of the specified Task file. -
Uses of GetBatchTaskFilePropertiesOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return GetBatchTaskFilePropertiesOptionsModifier and TypeMethodDescriptionGetBatchTaskFilePropertiesOptions.setIfModifiedSince
(OffsetDateTime ifModifiedSince) Set the ifModifiedSince property: A timestamp indicating the last modified time of the resource known to the client.GetBatchTaskFilePropertiesOptions.setIfUnmodifiedSince
(OffsetDateTime ifUnmodifiedSince) Set the ifUnmodifiedSince property: A timestamp indicating the last modified time of the resource known to the client.GetBatchTaskFilePropertiesOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.