次の方法で共有


IWithAttachForWebServerFileSystem<ParentT> インターフェイス

定義

Web アプリ診断ログ定義の最終段階に加えて、ファイル システムに格納されている Web サーバー ログの追加設定。 この段階では、残りの任意の設定を指定することも、Web アプリ診断ログ定義を WithAttach.attach() を使用して親 Web アプリ定義にアタッチすることもできます。

public interface IWithAttachForWebServerFileSystem<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithDetailedErrorMessages<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithFailedRequestTracing<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithQuota<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithRetentionDays<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttachForWebServerFileSystem<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithDetailedErrorMessages<'ParentT>
    interface IWithFailedRequestTracing<'ParentT>
    interface IWithQuota<'ParentT>
    interface IWithRetentionDays<'ParentT>
Public Interface IWithAttachForWebServerFileSystem(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithDetailedErrorMessages(Of ParentT), IWithFailedRequestTracing(Of ParentT), IWithQuota(Of ParentT), IWithRetentionDays(Of ParentT)

型パラメーター

ParentT

WithAttach.attach() の戻り値の型。

派生
実装

メソッド

Attach()

Web アプリ診断ログ定義の最終段階に加えて、ファイル システムに格納されている Web サーバー ログの追加設定。 この段階では、残りの任意の設定を指定することも、Web アプリ診断ログ定義を WithAttach.attach() を使用して親 Web アプリ定義にアタッチすることもできます。

(継承元 IInDefinition<ParentT>)
WithDetailedErrorMessages(Boolean)

詳細なエラー メッセージを Web アプリから収集するかどうかを指定します。

(継承元 IWithDetailedErrorMessages<ParentT>)
WithFailedRequestTracing(Boolean)

失敗した要求に関する診断情報を収集するかどうかを指定します。

(継承元 IWithFailedRequestTracing<ParentT>)
WithLogRetentionDays(Int32)

保持するログの最大日数を指定します。 これより古いログは削除されます。

(継承元 IWithRetentionDays<ParentT>)
WithUnlimitedLogRetentionDays()

特定の時間を超えてログを削除しないことを指定します。

(継承元 IWithRetentionDays<ParentT>)
WithWebServerFileSystemQuotaInMB(Int32)

ファイル システムで許可されるログの最大サイズ (MB 単位) を指定します。

(継承元 IWithQuota<ParentT>)

適用対象