Web App Diagnostic Logs Configuration Args
data class WebAppDiagnosticLogsConfigurationArgs(val applicationLogs: Output<ApplicationLogsConfigArgs>? = null, val detailedErrorMessages: Output<EnabledConfigArgs>? = null, val failedRequestsTracing: Output<EnabledConfigArgs>? = null, val httpLogs: Output<HttpLogsConfigArgs>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<WebAppDiagnosticLogsConfigurationArgs>
Configuration of App Service site logs. Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2020-12-01. Other available API versions: 2020-10-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebAppDiagnosticLogsConfiguration myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/logs
Content copied to clipboard
Constructors
Link copied to clipboard
fun WebAppDiagnosticLogsConfigurationArgs(applicationLogs: Output<ApplicationLogsConfigArgs>? = null, detailedErrorMessages: Output<EnabledConfigArgs>? = null, failedRequestsTracing: Output<EnabledConfigArgs>? = null, httpLogs: Output<HttpLogsConfigArgs>? = null, kind: Output<String>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null)