UploadBatchServiceLogsResult Class
- java.
lang. Object - com.
azure. compute. batch. models. UploadBatchServiceLogsResult
- com.
Implements
public final class UploadBatchServiceLogsResult
implements JsonSerializable<UploadBatchServiceLogsResult>
The result of uploading Batch service log files from a specific Compute Node.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Upload |
fromJson(JsonReader jsonReader)
Reads an instance of Upload |
| int |
getNumberOfFilesUploaded()
Get the number |
| String |
getVirtualDirectoryName()
Get the virtual |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static UploadBatchServiceLogsResult fromJson(JsonReader jsonReader)
Reads an instance of UploadBatchServiceLogsResult from the JsonReader.
Parameters:
Returns:
Throws:
getNumberOfFilesUploaded
public int getNumberOfFilesUploaded()
Get the numberOfFilesUploaded property: The number of log files which will be uploaded.
Returns:
getVirtualDirectoryName
public String getVirtualDirectoryName()
Get the virtualDirectoryName property: 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.
Returns: