ApplicationLogsConfig Class
Application logs configuration.
- Inheritance
-
azure.mgmt.web._serialization.ModelApplicationLogsConfig
Constructor
ApplicationLogsConfig(*, file_system: _models.FileSystemApplicationLogsConfig | None = None, azure_table_storage: _models.AzureTableStorageApplicationLogsConfig | None = None, azure_blob_storage: _models.AzureBlobStorageApplicationLogsConfig | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
file_system
|
Application logs to file system configuration. |
azure_table_storage
|
Application logs to azure table storage configuration. |
azure_blob_storage
|
Application logs to blob storage configuration. |
Variables
Name | Description |
---|---|
file_system
|
Application logs to file system configuration. |
azure_table_storage
|
Application logs to azure table storage configuration. |
azure_blob_storage
|
Application logs to blob storage configuration. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python