IWebAppDiagnosticLogs インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Web アプリでの Web アプリ診断ログの構成。
public interface IWebAppDiagnosticLogs : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.SiteLogsConfigInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type IWebAppDiagnosticLogs = interface
interface IBeta
interface IHasInner<SiteLogsConfigInner>
interface IIndexable
interface IHasParent<IWebAppBase>
Public Interface IWebAppDiagnosticLogs
Implements IBeta, IHasInner(Of SiteLogsConfigInner), IHasParent(Of IWebAppBase), IIndexable
- 実装
プロパティ
ApplicationLoggingFileSystemLogLevel |
ファイル システムのアプリケーション ログ レベルを取得します。 |
ApplicationLoggingStorageBlobContainer |
アプリケーション ログを格納するための Azure Storage BLOB コンテナー URL を取得します。 |
ApplicationLoggingStorageBlobLogLevel |
Azure Storage BLOB のアプリケーション ログ レベルを取得します。 |
ApplicationLoggingStorageBlobRetentionDays |
Azure Storage BLOB でのアプリケーション ログの保持日数を取得します。 |
DetailedErrorMessages |
詳細なエラー メッセージを収集する必要があるかどうかを取得します。 |
FailedRequestsTracing |
失敗した要求に関する診断情報を収集する必要があるかどうかを取得します。 |
Inner |
Web アプリでの Web アプリ診断ログの構成。 (継承元 IHasInner<T>) |
Key |
Web アプリでの Web アプリ診断ログの構成。 (継承元 IIndexable) |
Parent |
この子リソースの親を取得します。 (継承元 IHasParent<ParentT>) |
WebServerLoggingFileSystemQuotaInMB |
ファイル システム上の Web サーバー クォータを MB 単位で取得します。 |
WebServerLoggingFileSystemRetentionDays |
ファイル システムの Web サーバー ログ保持日数を取得します。 |
WebServerLoggingStorageBlobContainer |
Web サーバー ログを格納するための Azure Storage BLOB コンテナー URL を取得します。 |
WebServerLoggingStorageBlobRetentionDays |
Azure Storage BLOB の Web サーバー ログ保持日数を取得します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET