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

유지할 로그의 최대 일수입니다.

반환

적용 대상