Web App Diagnostic Logs Configuration Slot Args
data class WebAppDiagnosticLogsConfigurationSlotArgs(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, val slot: Output<String>? = null) : ConvertibleToJava<WebAppDiagnosticLogsConfigurationSlotArgs>
Configuration of App Service site logs. Uses Azure REST API version 2023-12-01. Other available API versions: 2016-08-01, 2018-02-01, 2018-11-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2022-09-01, 2023-01-01, 2024-04-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebAppDiagnosticLogsConfigurationSlot myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/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, slot: 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.