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.v2020_09_01.models._models_py3.ProxyOnlyResource
SiteLogsConfig

Constructor

SiteLogsConfig(*, kind: Optional[str] = None, application_logs: Optional[azure.mgmt.web.v2020_09_01.models._models_py3.ApplicationLogsConfig] = None, http_logs: Optional[azure.mgmt.web.v2020_09_01.models._models_py3.HttpLogsConfig] = None, failed_requests_tracing: Optional[azure.mgmt.web.v2020_09_01.models._models_py3.EnabledConfig] = None, detailed_error_messages: Optional[azure.mgmt.web.v2020_09_01.models._models_py3.EnabledConfig] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

application_logs
ApplicationLogsConfig
Required

Application logs configuration.

http_logs
HttpLogsConfig
Required

HTTP logs configuration.

failed_requests_tracing
EnabledConfig
Required

Failed requests tracing configuration.

detailed_error_messages
EnabledConfig
Required

Detailed error messages configuration.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.

system_data
SystemData

The system metadata relating to this resource.