Partager via


IWithRetentionDays<ParentT>.WithLogRetentionDays(Int32) Méthode

Définition

Spécifie le nombre maximal de jours de journaux à conserver. Les journaux plus anciens seront supprimés.

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)

Paramètres

retentionDays
Int32

Nombre maximal de jours de journaux à conserver.

Retours

S’applique à