次の方法で共有


SiteFunctionResource.GetFunctionKeysAsync(CancellationToken) メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象