IWebAppBase.GetAppSettingsAsync(CancellationToken) Method
Definition
public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Azure.Management.AppService.Fluent.IAppSetting>> GetAppSettingsAsync (System.Threading.CancellationToken cancellationToken = null);
abstract member GetAppSettingsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Azure.Management.AppService.Fluent.IAppSetting>>
Parameters
Returns
- Task<IReadOnlyDictionary<String,IAppSetting>>
Applies to