次の方法で共有


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

定義

アプリケーション ログ レベルを指定できる Web アプリ診断ログの更新。

public interface IWithApplicationLogLevel<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithoutStorageLocationForApplication<ParentT>
type IWithApplicationLogLevel<'ParentT> = interface
    interface IWithoutStorageLocationForApplication<'ParentT>
Public Interface IWithApplicationLogLevel(Of ParentT)
Implements IWithoutStorageLocationForApplication(Of ParentT)

型パラメーター

ParentT

この更新プログラムをアタッチした後に戻る親更新プログラムのステージ。

派生
実装

メソッド

WithLogLevel(LogLevel)

アプリケーション ログ レベルを指定します。

WithoutApplicationLogsStoredOnFileSystem()

ファイル システムに格納されるアプリケーション ログを停止します。

(継承元 IWithoutStorageLocationForApplication<ParentT>)
WithoutApplicationLogsStoredOnStorageBlob()

ストレージ BLOB に格納されるアプリケーション ログを停止します。

(継承元 IWithoutStorageLocationForApplication<ParentT>)

適用対象