App Service Logs Application Logs Azure Blob Storage Args
data class AppServiceLogsApplicationLogsAzureBlobStorageArgs(val level: Output<String>, val retentionInDays: Output<Int>, val sasUrl: Output<String>) : ConvertibleToJava<AppServiceLogsApplicationLogsAzureBlobStorageArgs>
Constructors
Link copied to clipboard
fun AppServiceLogsApplicationLogsAzureBlobStorageArgs(level: Output<String>, retentionInDays: Output<Int>, sasUrl: Output<String>)