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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python