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. API Version: 2020-12-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
constructor(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)
Properties
Link copied to clipboard
Application logs configuration.
Link copied to clipboard
Detailed error messages configuration.
Link copied to clipboard
Failed requests tracing configuration.
Link copied to clipboard
HTTP logs configuration.
Link copied to clipboard
Name of the resource group to which the resource belongs.