WindowsFunctionAppSiteConfigAppServiceLogsArgs

data class WindowsFunctionAppSiteConfigAppServiceLogsArgs(val diskQuotaMb: Output<Int>? = null, val retentionPeriodDays: Output<Int>? = null) : ConvertibleToJava<WindowsFunctionAppSiteConfigAppServiceLogsArgs>

Constructors

constructor(diskQuotaMb: Output<Int>? = null, retentionPeriodDays: Output<Int>? = null)

Properties

Link copied to clipboard
val diskQuotaMb: Output<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
val retentionPeriodDays: Output<Int>? = null

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

Functions

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