UploadBatchServiceLogsResult interface
An interface representing UploadBatchServiceLogsResult.
Properties
| number |
The number of log files which will be uploaded. |
| virtual |
The virtual directory within Azure Blob Storage container to which the Batch Service log file(s) will be uploaded. 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. |
Property Details
numberOfFilesUploaded
The number of log files which will be uploaded.
numberOfFilesUploaded: number
Property Value
number
virtualDirectoryName
The virtual directory within Azure Blob Storage container to which the Batch Service log file(s) will be uploaded. 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.
virtualDirectoryName: string
Property Value
string