AppServiceLogsHttpLogsAzureBlobStorageArgs

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

Constructors

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

Properties

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