你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApplicationLogsConfig interface
Application logs configuration.
Properties
azure |
Application logs to blob storage configuration. |
azure |
Application logs to azure table storage configuration. |
file |
Application logs to file system configuration. |
Property Details
azureBlobStorage
Application logs to blob storage configuration.
azureBlobStorage?: AzureBlobStorageApplicationLogsConfig
Property Value
azureTableStorage
Application logs to azure table storage configuration.
azureTableStorage?: AzureTableStorageApplicationLogsConfig
Property Value
fileSystem
Application logs to file system configuration.
fileSystem?: FileSystemApplicationLogsConfig