UploadBatchServiceLogsResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
type UploadBatchServiceLogsResult = class
interface IJsonModel<UploadBatchServiceLogsResult>
interface IPersistableModel<UploadBatchServiceLogsResult>
Public Class UploadBatchServiceLogsResult
Implements IJsonModel(Of UploadBatchServiceLogsResult), IPersistableModel(Of 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
IJsonModel<UploadBatchServiceLogsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<UploadBatchServiceLogsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<UploadBatchServiceLogsResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<UploadBatchServiceLogsResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<UploadBatchServiceLogsResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |