LinuxWebAppLogsHttpLogsAzureBlobStorageArgs

data class LinuxWebAppLogsHttpLogsAzureBlobStorageArgs(val retentionInDays: Output<Int>? = null, val sasUrl: Output<String>) : ConvertibleToJava<LinuxWebAppLogsHttpLogsAzureBlobStorageArgs>

Constructors

constructor(retentionInDays: Output<Int>? = null, sasUrl: Output<String>)

Properties

Link copied to clipboard
val retentionInDays: Output<Int>? = null

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(): LinuxWebAppLogsHttpLogsAzureBlobStorageArgs