Sdílet prostřednictvím


IWithRetentionDays<ParentT>.WithLogRetentionDays(Int32) Metoda

Definice

Určuje maximální počet dnů protokolů, které se mají uchovávat. Protokoly starší než toto se odstraní.

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)

Parametry

retentionDays
Int32

Maximální počet dnů protokolů, které se mají uchovávat.

Návraty

Platí pro