IWithDiagnosticLogging<FluentT>.WithContainerLoggingEnabled Method

Definition

Overloads

WithContainerLoggingEnabled()

Specifies the configuration for container logging for Linux web apps. Logs will be stored on the file system for up to 35 MB.

WithContainerLoggingEnabled(Int32, Int32)

Specifies the configuration for container logging for Linux web apps.

WithContainerLoggingEnabled()

Specifies the configuration for container logging for Linux web apps. Logs will be stored on the file system for up to 35 MB.

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)

Returns

Applies to

WithContainerLoggingEnabled(Int32, Int32)

Specifies the configuration for container logging for 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

The limit that restricts file system usage by app diagnostics logs. Value can range from 25 MB and 100 MB.

retentionDays
Int32

Maximum days of logs that will be available.

Returns

Applies to