次の方法で共有


SiteSlotFunctionResource.GetFunctionSecretsSlot(CancellationToken) メソッド

定義

Web サイトまたはデプロイ スロット内の関数の関数シークレットの取得に関する説明。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象