Windows Web App Logs Args
data class WindowsWebAppLogsArgs(val applicationLogs: Output<WindowsWebAppLogsApplicationLogsArgs>? = null, val detailedErrorMessages: Output<Boolean>? = null, val failedRequestTracing: Output<Boolean>? = null, val httpLogs: Output<WindowsWebAppLogsHttpLogsArgs>? = null) : ConvertibleToJava<WindowsWebAppLogsArgs>
Constructors
Link copied to clipboard
constructor(applicationLogs: Output<WindowsWebAppLogsApplicationLogsArgs>? = null, detailedErrorMessages: Output<Boolean>? = null, failedRequestTracing: Output<Boolean>? = null, httpLogs: Output<WindowsWebAppLogsHttpLogsArgs>? = null)