AppServiceLogsApplicationLogsAzureBlobStorageArgs

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

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 number of days to retain logs for.

Link copied to clipboard
val sasUrl: Output<String>

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

Functions

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