LogAnalyticsConfiguration Class

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

Inheritance
azure.mgmt.appcontainers._serialization.Model
LogAnalyticsConfiguration

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.

shared_key
str

Log analytics customer key.

Variables

Name Description
customer_id
str

Log analytics customer id.

shared_key
str

Log analytics customer key.