你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureAppConfigurationRefreshOptions.RegisterAll Method

Definition

Register all key-values loaded outside of ConfigureRefresh(Action<AzureAppConfigurationRefreshOptions>) to be refreshed when the configuration provider's IConfigurationRefresher triggers a refresh. The IConfigurationRefresher instance can be obtained by calling GetRefresher().

public Microsoft.Extensions.Configuration.AzureAppConfiguration.AzureAppConfigurationRefreshOptions RegisterAll();
member this.RegisterAll : unit -> Microsoft.Extensions.Configuration.AzureAppConfiguration.AzureAppConfigurationRefreshOptions
Public Function RegisterAll () As AzureAppConfigurationRefreshOptions

Returns

Applies to