次の方法で共有


IWithRetentionDays<ParentT>.WithLogRetentionDays(Int32) メソッド

定義

保持するログの最大日数を指定します。 これより古いログは削除されます。

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

パラメーター

retentionDays
Int32

保持するログの最大日数。

戻り値

適用対象