LinuxWebAppLogsApplicationLogsAzureBlobStorageArgs

data class LinuxWebAppLogsApplicationLogsAzureBlobStorageArgs(val level: Output<String>, val retentionInDays: Output<Int>, val sasUrl: Output<String>) : ConvertibleToJava<LinuxWebAppLogsApplicationLogsAzureBlobStorageArgs>

Constructors

constructor(level: Output<String>, retentionInDays: Output<Int>, sasUrl: Output<String>)

Properties

Link copied to clipboard
val level: Output<String>

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
val retentionInDays: Output<Int>

The time in days after which to remove blobs. A value of 0 means no retention.

Link copied to clipboard
val sasUrl: Output<String>

SAS url to an Azure blob container with read/write/list/delete permissions.

Functions

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