IWebAppDiagnosticLogs インターフェイス

定義

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 サーバー ログ保持日数を取得します。

適用対象