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