AppServiceLogsHttpLogsAzureBlobStorage

data class AppServiceLogsHttpLogsAzureBlobStorage(val retentionInDays: Int, val sasUrl: String)

Constructors

Link copied to clipboard
constructor(retentionInDays: Int, sasUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of days to retain logs for.

Link copied to clipboard

The URL to the storage container with a shared access signature token appended.