Freigeben über


SiteSlotFunctionResource.GetFunctionKeysSlotAsync(CancellationToken) Methode

Definition

Beschreibung für Abrufen von Funktionsschlüsseln für eine Funktion in einer Website oder einem Bereitstellungsslot.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}/listkeys
  • Vorgangs-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))

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: