HttpLogsConfig Class
Http logs configuration.
- Inheritance
-
azure.mgmt.web._serialization.ModelHttpLogsConfig
Constructor
HttpLogsConfig(*, file_system: _models.FileSystemHttpLogsConfig | None = None, azure_blob_storage: _models.AzureBlobStorageHttpLogsConfig | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
file_system
|
Http logs to file system configuration. |
azure_blob_storage
|
Http logs to azure blob storage configuration. |
Variables
Name | Description |
---|---|
file_system
|
Http logs to file system configuration. |
azure_blob_storage
|
Http logs to azure 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