你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SiteLogsConfig 类
配置App 服务站点日志。
变量仅由服务器填充,发送请求时将被忽略。
- 继承
-
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResourceSiteLogsConfig
构造函数
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)
仅限关键字的参数
名称 | 说明 |
---|---|
kind
|
资源类型。 |
application_logs
|
应用程序日志配置。 |
http_logs
|
HTTP 日志配置。 |
failed_requests_tracing
|
失败的请求跟踪配置。 |
detailed_error_messages
|
详细的错误消息配置。 |
变量
名称 | 说明 |
---|---|
id
|
资源 ID。 |
name
|
资源名称。 |
kind
|
资源类型。 |
type
|
资源类型。 |
system_data
|
与此资源相关的系统元数据。 |
application_logs
|
应用程序日志配置。 |
http_logs
|
HTTP 日志配置。 |
failed_requests_tracing
|
失败的请求跟踪配置。 |
detailed_error_messages
|
详细的错误消息配置。 |