WebAppLogConfigurationReader クラス

定義

IWebAppLogConfigurationReader の既定の実装を表します。

public ref class WebAppLogConfigurationReader : IDisposable, Microsoft::Extensions::Logging::AzureAppServices::Internal::IWebAppLogConfigurationReader
public class WebAppLogConfigurationReader : IDisposable, Microsoft.Extensions.Logging.AzureAppServices.Internal.IWebAppLogConfigurationReader
type WebAppLogConfigurationReader = class
    interface IWebAppLogConfigurationReader
    interface IDisposable
Public Class WebAppLogConfigurationReader
Implements IDisposable, IWebAppLogConfigurationReader
継承
WebAppLogConfigurationReader
実装

注釈

この API では .NET インフラストラクチャがサポートされます。コードから直接使用するためのものではありません。

コンストラクター

WebAppLogConfigurationReader(IWebAppContext)

WebAppLogConfigurationReader クラスの新しいインスタンスを作成します。

プロパティ

Current

構成の現在の値。

メソッド

Dispose()

オブジェクト インスタンスを破棄します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

events

OnConfigurationChanged

構成が変更された場合に発生します。

適用対象