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

IWithRetentionDays<ParentT>.WithLogRetentionDays(Int32) 方法

定义

指定要保留的日志的最大天数。 将删除早于此时间的日志。

public Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IUpdate<ParentT> WithLogRetentionDays (int retentionDays);
abstract member WithLogRetentionDays : int -> Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IUpdate<'ParentT>
Public Function WithLogRetentionDays (retentionDays As Integer) As IUpdate(Of ParentT)

参数

retentionDays
Int32

要保留的日志的最大天数。

返回

适用于