HttpLogsConfig Class

Http logs configuration.

Inheritance
HttpLogsConfig

Constructor

HttpLogsConfig(*, file_system: Optional[azure.mgmt.web.v2016_08_01.models._models_py3.FileSystemHttpLogsConfig] = None, azure_blob_storage: Optional[azure.mgmt.web.v2016_08_01.models._models_py3.AzureBlobStorageHttpLogsConfig] = None, **kwargs)

Parameters

file_system
FileSystemHttpLogsConfig
Required

Http logs to file system configuration.

azure_blob_storage
AzureBlobStorageHttpLogsConfig
Required

Http logs to azure blob storage configuration.