UploadBatchServiceLogsResult Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.UploadBatchServiceLogsResult

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 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.

UploadBatchServiceLogsResult withNumberOfFilesUploaded(int numberOfFilesUploaded)

Set the numberOfFilesUploaded value.

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.

Methods inherited from java.lang.Object

Constructor Details

UploadBatchServiceLogsResult

public UploadBatchServiceLogsResult()

Method Details

numberOfFilesUploaded

public int numberOfFilesUploaded()

Get the numberOfFilesUploaded value.

Returns:

the numberOfFilesUploaded value

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:

the virtualDirectoryName value

withNumberOfFilesUploaded

public UploadBatchServiceLogsResult withNumberOfFilesUploaded(int numberOfFilesUploaded)

Set the numberOfFilesUploaded value.

Parameters:

numberOfFilesUploaded - the numberOfFilesUploaded value to set

Returns:

the UploadBatchServiceLogsResult object itself.

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:

virtualDirectoryName - the virtualDirectoryName value to set

Returns:

the UploadBatchServiceLogsResult object itself.

Applies to