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. Default value: None
|
shared_key
|
Log analytics customer key. Default value: None
|
Variables
Name | Description |
---|---|
customer_id
|
Log analytics customer id. |
shared_key
|
Log analytics customer key. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python