AppLogsConfiguration Class
Configuration of application logs.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelAppLogsConfiguration
Constructor
AppLogsConfiguration(*, destination: str | None = None, log_analytics_configuration: _models.LogAnalyticsConfiguration | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
destination
|
Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'. |
log_analytics_configuration
|
Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'. |
Variables
Name | Description |
---|---|
destination
|
Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'. |
log_analytics_configuration
|
Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'. |
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