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