UploadBatchServiceLogsResult Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. UploadBatchServiceLogsResult
- com.
public class UploadBatchServiceLogsResult
The result of uploading Batch service log files from a specific compute node.
Method Summary
Modifier and Type | Method and Description |
---|---|
int |
numberOfFilesUploaded()
Get the numberOfFilesUploaded value. |
String |
virtualDirectoryName()
Get the virtual directory name is part of the blob name for each log file uploaded, and it is built based poolId, nodeId and a unique identifier. |
Upload |
withNumberOfFilesUploaded(int numberOfFilesUploaded)
Set the numberOfFilesUploaded value. |
Upload |
withVirtualDirectoryName(String virtualDirectoryName)
Set the virtual directory name is part of the blob name for each log file uploaded, and it is built based poolId, nodeId and a unique identifier. |
Method Details
numberOfFilesUploaded
public int numberOfFilesUploaded()
Get the numberOfFilesUploaded value.
Returns:
virtualDirectoryName
public String virtualDirectoryName()
Get the virtual directory name is part of the blob name for each log file uploaded, and it is built based poolId, nodeId and a unique identifier.
Returns:
withNumberOfFilesUploaded
public UploadBatchServiceLogsResult withNumberOfFilesUploaded(int numberOfFilesUploaded)
Set the numberOfFilesUploaded value.
Parameters:
Returns:
withVirtualDirectoryName
public UploadBatchServiceLogsResult withVirtualDirectoryName(String virtualDirectoryName)
Set the virtual directory name is part of the blob name for each log file uploaded, and it is built based poolId, nodeId and a unique identifier.
Parameters:
Returns:
Applies to
Azure SDK for Java