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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python