IWithDiagnosticLogging<FluentT>.WithContainerLoggingEnabled Méthode

Définition

Surcharges

WithContainerLoggingEnabled()

Spécifie la configuration de la journalisation des conteneurs pour les applications web Linux. Les journaux seront stockés sur le système de fichiers jusqu’à 35 Mo.

WithContainerLoggingEnabled(Int32, Int32)

Spécifie la configuration de la journalisation des conteneurs pour les applications web Linux.

WithContainerLoggingEnabled()

Spécifie la configuration de la journalisation des conteneurs pour les applications web Linux. Les journaux seront stockés sur le système de fichiers jusqu’à 35 Mo.

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)

Retours

S’applique à

WithContainerLoggingEnabled(Int32, Int32)

Spécifie la configuration de la journalisation des conteneurs pour les applications web Linux.

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)

Paramètres

quotaInMB
Int32

Limite qui limite l’utilisation du système de fichiers par les journaux d’diagnostics d’application. La valeur peut varier entre 25 Mo et 100 Mo.

retentionDays
Int32

Nombre maximal de jours de journaux qui seront disponibles.

Retours

S’applique à