LogAnalyticsConfiguration Class
Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelLogAnalyticsConfiguration
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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python