Uses of Class
com.azure.compute.batch.models.UploadBatchServiceLogsResult
Packages that use UploadBatchServiceLogsResult
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of UploadBatchServiceLogsResult in com.azure.compute.batch
Methods in com.azure.compute.batch that return UploadBatchServiceLogsResultModifier and TypeMethodDescriptionBatchClient.uploadNodeLogs
(String poolId, String nodeId, UploadBatchServiceLogsContent content) 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.Methods in com.azure.compute.batch that return types with arguments of type UploadBatchServiceLogsResultModifier and TypeMethodDescriptionBatchAsyncClient.uploadNodeLogs
(String poolId, String nodeId, UploadBatchServiceLogsContent content) Upload Azure Batch service log files from the specified Compute Node to Azure Blob Storage.BatchAsyncClient.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 UploadBatchServiceLogsResult in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return UploadBatchServiceLogsResultModifier and TypeMethodDescriptionstatic UploadBatchServiceLogsResult
UploadBatchServiceLogsResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UploadBatchServiceLogsResult from the JsonReader.