Uses of Class
com.azure.compute.batch.models.UploadBatchServiceLogsContent
Packages that use UploadBatchServiceLogsContent
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of UploadBatchServiceLogsContent in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type UploadBatchServiceLogsContentModifier 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.BatchClient.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. -
Uses of UploadBatchServiceLogsContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return UploadBatchServiceLogsContentModifier and TypeMethodDescriptionUploadBatchServiceLogsContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UploadBatchServiceLogsContent from the JsonReader.UploadBatchServiceLogsContent.setEndTime
(OffsetDateTime endTime) Set the endTime property: The end of the time range from which to upload Batch Service log file(s).UploadBatchServiceLogsContent.setIdentityReference
(BatchNodeIdentityReference identityReference) Set the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by containerUrl.