Delen via


IWithDiagnosticLogging<FluentT>.WithContainerLoggingEnabled Methode

Definitie

Overloads

WithContainerLoggingEnabled()

Hiermee geeft u de configuratie voor containerlogboekregistratie voor Linux-web-apps. Logboeken worden maximaal 35 MB opgeslagen in het bestandssysteem.

WithContainerLoggingEnabled(Int32, Int32)

Hiermee geeft u de configuratie voor containerlogboekregistratie voor Linux-web-apps.

WithContainerLoggingEnabled()

Hiermee geeft u de configuratie voor containerlogboekregistratie voor Linux-web-apps. Logboeken worden maximaal 35 MB opgeslagen in het bestandssysteem.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithContainerLoggingEnabled ();
abstract member WithContainerLoggingEnabled : unit -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithContainerLoggingEnabled () As IUpdate(Of FluentT)

Retouren

Van toepassing op

WithContainerLoggingEnabled(Int32, Int32)

Hiermee geeft u de configuratie voor containerlogboekregistratie voor Linux-web-apps.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithContainerLoggingEnabled (int quotaInMB, int retentionDays);
abstract member WithContainerLoggingEnabled : int * int -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithContainerLoggingEnabled (quotaInMB As Integer, retentionDays As Integer) As IUpdate(Of FluentT)

Parameters

quotaInMB
Int32

De limiet die het gebruik van het bestandssysteem door diagnostische logboeken van apps beperkt. De waarde kan variƫren van 25 MB tot 100 MB.

retentionDays
Int32

Maximum aantal dagen aan logboeken dat beschikbaar is.

Retouren

Van toepassing op