LinuxFunctionAppSiteConfigAppServiceLogs

data class LinuxFunctionAppSiteConfigAppServiceLogs(val diskQuotaMb: Int? = null, val retentionPeriodDays: Int? = null)

Constructors

Link copied to clipboard
constructor(diskQuotaMb: Int? = null, retentionPeriodDays: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val diskQuotaMb: Int? = null

The amount of disk space to use for logs. Valid values are between 25 and 100. Defaults to 35.

Link copied to clipboard

The retention period for logs in days. Valid values are between 0 and 99999.(never delete).