Uses of Class
com.azure.compute.batch.models.FileResponseHeaderProperties
Packages that use FileResponseHeaderProperties
-
Uses of FileResponseHeaderProperties in com.azure.compute.batch
Methods in com.azure.compute.batch that return FileResponseHeaderPropertiesModifier and TypeMethodDescriptionBatchClient.getNodeFileProperties
(String poolId, String nodeId, String filePath) 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.BatchClient.getTaskFileProperties
(String jobId, String taskId, String filePath) 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.Methods in com.azure.compute.batch that return types with arguments of type FileResponseHeaderPropertiesModifier and TypeMethodDescriptionBatchAsyncClient.getNodeFileProperties
(String poolId, String nodeId, String filePath) Gets the properties of the specified Compute Node file.BatchAsyncClient.getNodeFileProperties
(String poolId, String nodeId, String filePath, GetBatchNodeFilePropertiesOptions options) Gets the properties of the specified Compute Node file.BatchAsyncClient.getTaskFileProperties
(String jobId, String taskId, String filePath) Gets the properties of the specified Task file.BatchAsyncClient.getTaskFileProperties
(String jobId, String taskId, String filePath, GetBatchTaskFilePropertiesOptions options) Gets the properties of the specified Task file.