UploadBatchServiceLogsConfiguration Class

Definition

The Azure Batch service log files upload configuration for a Compute Node.

public class UploadBatchServiceLogsConfiguration
type UploadBatchServiceLogsConfiguration = class
Public Class UploadBatchServiceLogsConfiguration
Inheritance
UploadBatchServiceLogsConfiguration

Constructors

UploadBatchServiceLogsConfiguration()

Initializes a new instance of the UploadBatchServiceLogsConfiguration class.

UploadBatchServiceLogsConfiguration(String, DateTime, Nullable<DateTime>, ComputeNodeIdentityReference)

Initializes a new instance of the UploadBatchServiceLogsConfiguration class.

Properties

ContainerUrl

Gets or sets the URL of the container within Azure Blob Storage to which to upload the Batch Service log file(s).

EndTime

Gets or sets the end of the time range from which to upload Batch Service log file(s).

IdentityReference

Gets or sets the reference to the user assigned identity to use to access Azure Blob Storage specified by containerUrl.

StartTime

Gets or sets the start of the time range from which to upload Batch Service log file(s).

Applies to