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. 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

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)

Functions

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

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.