次の方法で共有


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

定義

Web アプリ診断ログ定義の最終段階。 この段階では、残りの任意の設定を指定することも、Web アプリ診断ログ定義を WithAttach.attach() を使用して親 Web アプリ定義にアタッチすることもできます。

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

型パラメーター

ParentT

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

派生
実装

メソッド

Attach()

Web アプリ診断ログ定義の最終段階。 この段階では、残りの任意の設定を指定することも、Web アプリ診断ログ定義を WithAttach.attach() を使用して親 Web アプリ定義にアタッチすることもできます。

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

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

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

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

(継承元 IWithFailedRequestTracing<ParentT>)

適用対象