SiteLogsConfig Class
Configuration of App Service site logs.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2021_01_01.models._models_py3.ProxyOnlyResourceSiteLogsConfig
Constructor
SiteLogsConfig(*, kind: str | None = None, application_logs: _models.ApplicationLogsConfig | None = None, http_logs: _models.HttpLogsConfig | None = None, failed_requests_tracing: _models.EnabledConfig | None = None, detailed_error_messages: _models.EnabledConfig | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
application_logs
|
Application logs configuration. |
http_logs
|
HTTP logs configuration. |
failed_requests_tracing
|
Failed requests tracing configuration. |
detailed_error_messages
|
Detailed error messages configuration. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
application_logs
|
Application logs configuration. |
http_logs
|
HTTP logs configuration. |
failed_requests_tracing
|
Failed requests tracing configuration. |
detailed_error_messages
|
Detailed error messages configuration. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python