次の方法で共有


IWithDiagnosticLogging<FluentT>.WithContainerLoggingEnabled メソッド

定義

オーバーロード

WithContainerLoggingEnabled()

Linux Web アプリのコンテナー ログの構成を指定します。 ログは、最大 35 MB のファイル システムに格納されます。

WithContainerLoggingEnabled(Int32, Int32)

Linux Web アプリのコンテナー ログの構成を指定します。

WithContainerLoggingEnabled()

Linux Web アプリのコンテナー ログの構成を指定します。 ログは、最大 35 MB のファイル システムに格納されます。

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)

戻り値

適用対象

WithContainerLoggingEnabled(Int32, Int32)

Linux Web アプリのコンテナー ログの構成を指定します。

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)

パラメーター

quotaInMB
Int32

アプリ 診断 ログによるファイル システムの使用を制限する制限。 値の範囲は 25 MB から 100 MB です。

retentionDays
Int32

使用可能なログの最大日数。

戻り値

適用対象