次の方法で共有


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

定義

Web アプリの定義の一部としての Web アプリ診断ログ定義の最初のステージ。

public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithDiagnosticLogging<ParentT>
type IBlank<'ParentT> = interface
    interface IWithDiagnosticLogging<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithDiagnosticLogging(Of ParentT)

型パラメーター

ParentT

最終的な Attachable.attach() の戻り値の型。

派生
実装

メソッド

WithApplicationLogging()

Web アプリケーションからのログ記録を有効にします。

(継承元 IWithDiagnosticLogging<ParentT>)
WithWebServerLogging()

Web サーバーからのログ記録を有効にします。

(継承元 IWithDiagnosticLogging<ParentT>)

適用対象