WebAppDiagnosticLogsConfigurationArgs

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

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
val httpLogs: Output<HttpLogsConfigArgs>? = null

HTTP logs configuration.

Link copied to clipboard
val kind: Output<String>? = null

Kind of resource.

Link copied to clipboard
val name: Output<String>? = null

Name of the app.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

Name of the resource group to which the resource belongs.

Functions

Link copied to clipboard
open override fun toJava(): WebAppDiagnosticLogsConfigurationArgs