Share via


UploadBatchServiceLogsResult Class

Definition

The result of uploading Batch service log files from a specific Compute Node.

public class UploadBatchServiceLogsResult : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.UploadBatchServiceLogsResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.UploadBatchServiceLogsResult>
Inheritance
UploadBatchServiceLogsResult
Implements

Properties

NumberOfFilesUploaded

The number of log files which will be uploaded.

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.

Explicit Interface Implementations

Applies to