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.
Constructor Summary
Constructor | Description | |
---|---|---|
UploadBatchServiceLogsResult() |
Method Summary
Modifier and Type | Method and Description |
---|---|
int |
numberOfFilesUploaded()
Get the number |
String |
virtualDirectoryName()
Get the virtual directory name is part of the blob name for each log file uploaded, and it is built based pool |
Upload |
withNumberOfFilesUploaded(int numberOfFilesUploaded)
Set the number |
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 pool |
Methods inherited from java.lang.Object
Constructor Details
UploadBatchServiceLogsResult
public UploadBatchServiceLogsResult()
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