UploadBatchServiceLogsResult Constructors
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.
Overloads
UploadBatchServiceLogsResult() |
Initializes a new instance of the UploadBatchServiceLogsResult class. |
UploadBatchServiceLogsResult(String, Int32) |
Initializes a new instance of the UploadBatchServiceLogsResult class. |
UploadBatchServiceLogsResult()
Initializes a new instance of the UploadBatchServiceLogsResult class.
public UploadBatchServiceLogsResult ();
Public Sub New ()
Applies to
UploadBatchServiceLogsResult(String, Int32)
Initializes a new instance of the UploadBatchServiceLogsResult class.
public UploadBatchServiceLogsResult (string virtualDirectoryName, int numberOfFilesUploaded);
new Microsoft.Azure.Batch.Protocol.Models.UploadBatchServiceLogsResult : string * int -> Microsoft.Azure.Batch.Protocol.Models.UploadBatchServiceLogsResult
Public Sub New (virtualDirectoryName As String, numberOfFilesUploaded As Integer)
Parameters
- virtualDirectoryName
- String
The virtual directory within Azure Blob Storage container to which the Batch Service log file(s) will be uploaded.
- numberOfFilesUploaded
- Int32
The number of log files which will be uploaded.
Applies to
Azure SDK for .NET