GetLinuxWebAppLogApplicationLogAzureBlobStorage

data class GetLinuxWebAppLogApplicationLogAzureBlobStorage(val level: String, val retentionInDays: Int, val sasUrl: String)

Constructors

constructor(level: String, retentionInDays: Int, sasUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The level at which to log. Possible values include Error, Warning, Information, Verbose and Off. NOTE: this field is not available for http_logs

Link copied to clipboard

The retention period in days.

Link copied to clipboard

The SAS url to an Azure blob container.