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

定義

Web アプリの更新の一部としての Web アプリ診断ログの更新の最初の段階。

public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.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>)
WithoutApplicationLogging()

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

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

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

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

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

(継承元 IWithDiagnosticLogging<ParentT>)

適用対象