AppServiceLogsHttpLogsFileSystem

data class AppServiceLogsHttpLogsFileSystem(val retentionInDays: Int, val retentionInMb: Int)

Constructors

Link copied to clipboard
constructor(retentionInDays: Int, retentionInMb: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of days to retain logs for.

Link copied to clipboard

The maximum size in megabytes that HTTP log files can use before being removed.