AzureBlobStorageHttpLogsConfig Class
Http logs to azure blob storage configuration.
- Inheritance
-
azure.mgmt.web._serialization.ModelAzureBlobStorageHttpLogsConfig
Constructor
AzureBlobStorageHttpLogsConfig(*, sas_url: str | None = None, retention_in_days: int | None = None, enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
sas_url
|
SAS url to a azure blob container with read/write/list/delete permissions. |
retention_in_days
|
Retention in days. Remove blobs 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 |
---|---|
sas_url
|
SAS url to a azure blob container with read/write/list/delete permissions. |
retention_in_days
|
Retention in days. Remove blobs 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. |