Uses of Class
com.azure.compute.batch.models.UploadBatchNodeLogsOptions
Packages that use UploadBatchNodeLogsOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of UploadBatchNodeLogsOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type UploadBatchNodeLogsOptionsModifier and TypeMethodDescriptionBatchAsyncClient.uploadNodeLogs
(String poolId, String nodeId, UploadBatchServiceLogsContent content, UploadBatchNodeLogsOptions options) Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.BatchClient.uploadNodeLogs
(String poolId, String nodeId, UploadBatchServiceLogsContent content, UploadBatchNodeLogsOptions options) Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage. -
Uses of UploadBatchNodeLogsOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return UploadBatchNodeLogsOptionsModifier and TypeMethodDescriptionUploadBatchNodeLogsOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.