WindowsWebAppLogsHttpLogsAzureBlobStorage

data class WindowsWebAppLogsHttpLogsAzureBlobStorage(val retentionInDays: Int? = null, val sasUrl: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val retentionInDays: Int? = null

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

Link copied to clipboard

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