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

IWithQuota<ParentT> 接口

定义

允许指定 Web 服务器文件系统日志记录配额的 Web 应用诊断日志更新。

public interface IWithQuota<ParentT>
type IWithQuota<'ParentT> = interface
Public Interface IWithQuota(Of ParentT)

类型参数

ParentT

附加此更新后要返回到的父更新的阶段。

派生

方法

WithWebServerFileSystemQuotaInMB(Int32)

指定文件系统上允许的最大日志大小 (MB) 。

适用于