你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LogAnalyticsConfiguration Class

Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'.

Constructor

LogAnalyticsConfiguration(*, customer_id: str | None = None, shared_key: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
customer_id
str

Log analytics customer id.

Default value: None
shared_key
str

Log analytics customer key.

Default value: None

Variables

Name Description
customer_id
str

Log analytics customer id.

shared_key
str

Log analytics customer key.