次の方法で共有


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

定義

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

public interface IWithAttachForWebServerFileSystem<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IUpdate<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithDetailedErrorMessages<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithFailedRequestTracing<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithQuota<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithRetentionDays<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<ParentT>
type IWithAttachForWebServerFileSystem<'ParentT> = interface
    interface IUpdate<'ParentT>
    interface ISettable<'ParentT>
    interface IWithDetailedErrorMessages<'ParentT>
    interface IWithFailedRequestTracing<'ParentT>
    interface IWithQuota<'ParentT>
    interface IWithRetentionDays<'ParentT>
Public Interface IWithAttachForWebServerFileSystem(Of ParentT)
Implements ISettable(Of ParentT), IUpdate(Of ParentT), IWithDetailedErrorMessages(Of ParentT), IWithFailedRequestTracing(Of ParentT), IWithQuota(Of ParentT), IWithRetentionDays(Of ParentT)

型パラメーター

ParentT

Update.parent() の戻り値の型。

派生
実装

メソッド

Parent()

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

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

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

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

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

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

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

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

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

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

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

(継承元 IWithQuota<ParentT>)

適用対象