IWebAppLogConfigurationReader.OnConfigurationChanged イベント

定義

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

public:
 event EventHandler<Microsoft::Extensions::Logging::AzureAppServices::Internal::WebAppLogConfiguration ^> ^ OnConfigurationChanged;
event EventHandler<Microsoft.Extensions.Logging.AzureAppServices.Internal.WebAppLogConfiguration> OnConfigurationChanged;
member this.OnConfigurationChanged : EventHandler<Microsoft.Extensions.Logging.AzureAppServices.Internal.WebAppLogConfiguration> 
Event OnConfigurationChanged As EventHandler(Of WebAppLogConfiguration) 

イベントの種類

EventHandler<WebAppLogConfiguration>

注釈

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

適用対象