LinuxWebAppSlotLogsHttpLogsFileSystemArgs

data class LinuxWebAppSlotLogsHttpLogsFileSystemArgs(val retentionInDays: Output<Int>, val retentionInMb: Output<Int>) : ConvertibleToJava<LinuxWebAppSlotLogsHttpLogsFileSystemArgs>

Constructors

constructor(retentionInDays: Output<Int>, retentionInMb: Output<Int>)

Properties

Link copied to clipboard
val retentionInDays: Output<Int>

The retention period in days. A values of 0 means no retention.

Link copied to clipboard
val retentionInMb: Output<Int>

The maximum size in megabytes that log files can use.

Functions

Link copied to clipboard
open override fun toJava(): LinuxWebAppSlotLogsHttpLogsFileSystemArgs