次の方法で共有


WebSiteSlotResource.GetApplicationSettingsSlot(CancellationToken) メソッド

定義

[説明] アプリのアプリケーション設定を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/appsettings/list
  • 操作IdWebApps_ListApplicationSettingsSlot
public virtual Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> GetApplicationSettingsSlot (System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicationSettingsSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
override this.GetApplicationSettingsSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
Public Overridable Function GetApplicationSettingsSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceConfigurationDictionary)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象