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)

事件

OnConfigurationChanged

發生于組態變更時。

適用於