Share via


IWithDiagnosticLogging<FluentT>.WithContainerLoggingEnabled Methode

Definition

Überlädt

WithContainerLoggingEnabled()

Gibt die Konfiguration für die Containerprotokollierung für Linux-Web-Apps an. Protokolle werden im Dateisystem für bis zu 35 MB gespeichert.

WithContainerLoggingEnabled(Int32, Int32)

Gibt die Konfiguration für die Containerprotokollierung für Linux-Web-Apps an.

WithContainerLoggingEnabled()

Gibt die Konfiguration für die Containerprotokollierung für Linux-Web-Apps an. Protokolle werden im Dateisystem für bis zu 35 MB gespeichert.

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

Gibt zurück

Gilt für:

WithContainerLoggingEnabled(Int32, Int32)

Gibt die Konfiguration für die Containerprotokollierung für Linux-Web-Apps an.

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

Parameter

quotaInMB
Int32

Der Grenzwert, der die Dateisystemnutzung nach App-Diagnose Protokollen einschränkt. Der Wert kann zwischen 25 MB und 100 MB liegen.

retentionDays
Int32

Maximale Anzahl von Protokollen in Tagen, die verfügbar sein werden.

Gibt zurück

Gilt für: