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
|
Log analytics customer id. |
shared_key
|
Log analytics customer key. |
Variables
Name | Description |
---|---|
customer_id
|
Log analytics customer id. |
shared_key
|
Log analytics customer key. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python