FileSystemHttpLogsConfig Class
Http logs to file system configuration.
- Inheritance
-
azure.mgmt.web._serialization.ModelFileSystemHttpLogsConfig
Constructor
FileSystemHttpLogsConfig(*, retention_in_mb: int | None = None, retention_in_days: int | None = None, enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
retention_in_mb
|
Maximum size in megabytes that http log files can use. When reached old log files will be removed to make space for new ones. Value can range between 25 and 100. |
retention_in_days
|
Retention in days. Remove files older than X days. 0 or lower means no retention. |
enabled
|
True if configuration is enabled, false if it is disabled and null if configuration is not set. |
Variables
Name | Description |
---|---|
retention_in_mb
|
Maximum size in megabytes that http log files can use. When reached old log files will be removed to make space for new ones. Value can range between 25 and 100. |
retention_in_days
|
Retention in days. Remove files older than X days. 0 or lower means no retention. |
enabled
|
True if configuration is enabled, false if it is disabled and null if configuration is not set. |
Azure SDK for Python