IWithDiagnosticLogging<FluentT>.WithContainerLoggingEnabled メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
使用可能なログの最大日数。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET