次の方法で共有


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

定義

Web アプリ診断ログ定義の最終段階に加えて、ストレージ BLOB に格納されているアプリケーション ログの追加設定。 この段階では、残りのオプション設定を指定することも、WithAttach.attach() を使用して Web アプリ診断ログ定義を親 Web アプリ定義にアタッチすることもできます。

public interface IWithAttachForApplicationStorage<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.IWithRetentionDays<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttachForApplicationStorage<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithDetailedErrorMessages<'ParentT>
    interface IWithFailedRequestTracing<'ParentT>
    interface IWithRetentionDays<'ParentT>
Public Interface IWithAttachForApplicationStorage(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithDetailedErrorMessages(Of ParentT), IWithFailedRequestTracing(Of ParentT), IWithRetentionDays(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

Attach()

Web アプリ診断ログ定義の最終段階に加えて、ストレージ BLOB に格納されているアプリケーション ログの追加設定。 この段階では、残りのオプション設定を指定することも、WithAttach.attach() を使用して Web アプリ診断ログ定義を親 Web アプリ定義にアタッチすることもできます。

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

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

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

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

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

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

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

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

(継承元 IWithRetentionDays<ParentT>)

適用対象