AppServiceLogsHttpLogs

data class AppServiceLogsHttpLogs(val azureBlobStorage: AppServiceLogsHttpLogsAzureBlobStorage? = null, val fileSystem: AppServiceLogsHttpLogsFileSystem? = null)

Constructors

Link copied to clipboard
constructor(azureBlobStorage: AppServiceLogsHttpLogsAzureBlobStorage? = null, fileSystem: AppServiceLogsHttpLogsFileSystem? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An azure_blob_storage block as defined below.

Link copied to clipboard

A file_system block as defined below.