次の方法で共有


SiteSlotFunctionResource.GetFunctionKeysSlotAsync(CancellationToken) メソッド

定義

「Web サイトまたはデプロイ スロットの関数の関数キーを取得する」の説明。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象