你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppServiceBlobStorageHttpLogsConfig 类

定义

Http 日志到 Azure Blob 存储配置。

public class AppServiceBlobStorageHttpLogsConfig
type AppServiceBlobStorageHttpLogsConfig = class
Public Class AppServiceBlobStorageHttpLogsConfig
继承
AppServiceBlobStorageHttpLogsConfig

构造函数

AppServiceBlobStorageHttpLogsConfig()

初始化 AppServiceBlobStorageHttpLogsConfig 的新实例。

属性

IsEnabled

如果启用配置,则为 True;如果禁用配置,则为 false;如果未设置配置,则为 null。

RetentionInDays

以天为单位的保留期。 删除早于 X 天的 Blob。 0 或更低表示不保留。

SasUri

具有读取/写入/列出/删除权限的 Azure Blob 容器的 SAS URL。

适用于