SlotLogsApplicationLogs

data class SlotLogsApplicationLogs(val azureBlobStorage: SlotLogsApplicationLogsAzureBlobStorage? = null, val fileSystemLevel: String? = null)

Constructors

Link copied to clipboard
constructor(azureBlobStorage: SlotLogsApplicationLogsAzureBlobStorage? = null, fileSystemLevel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An azure_blob_storage block as defined below.

Link copied to clipboard
val fileSystemLevel: String? = null

The file system log level. Possible values are Off, Error, Warning, Information, and Verbose. Defaults to Off.