次の方法で共有


IWebAppBase.GetAppSettingsAsync(CancellationToken) メソッド

定義

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Azure.Management.AppService.Fluent.IAppSetting>> GetAppSettingsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppSettingsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Azure.Management.AppService.Fluent.IAppSetting>>
Public Function GetAppSettingsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IReadOnlyDictionary(Of String, IAppSetting))

パラメーター

cancellationToken
CancellationToken

戻り値

適用対象