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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python