AzureBlobStorageApplicationLogsConfig Class
Application logs azure blob storage configuration.
- Inheritance
-
AzureBlobStorageApplicationLogsConfig
Constructor
AzureBlobStorageApplicationLogsConfig(*, level: Optional[Union[str, azure.mgmt.web.v2021_01_15.models._web_site_management_client_enums.LogLevel]] = None, sas_url: Optional[str] = None, retention_in_days: Optional[int] = None, **kwargs)
Parameters
Required
Log level. Possible values include: "Off", "Verbose", "Information", "Warning", "Error".
- retention_in_days
- int
Required
Retention in days. Remove blobs older than X days. 0 or lower means no retention.
Feedback
Submit and view feedback for