Get Web App Diagnostic Logs Configuration Result
data class GetWebAppDiagnosticLogsConfigurationResult(val applicationLogs: ApplicationLogsConfigResponse? = null, val detailedErrorMessages: EnabledConfigResponse? = null, val failedRequestsTracing: EnabledConfigResponse? = null, val httpLogs: HttpLogsConfigResponse? = null, val id: String, val kind: String? = null, val name: String, val type: String)
Configuration of App Service site logs.
Constructors
Link copied to clipboard
constructor(applicationLogs: ApplicationLogsConfigResponse? = null, detailedErrorMessages: EnabledConfigResponse? = null, failedRequestsTracing: EnabledConfigResponse? = null, httpLogs: HttpLogsConfigResponse? = null, id: String, kind: String? = null, name: String, type: String)