Freigeben über


SiteFunctionResource.GetFunctionKeys(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}/functions/{functionName}/listkeys
  • Vorgangs-IdWebApps_ListFunctionKeys
public virtual Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> GetFunctionKeys (System.Threading.CancellationToken cancellationToken = default);
abstract member GetFunctionKeys : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
override this.GetFunctionKeys : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
Public Overridable Function GetFunctionKeys (Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceConfigurationDictionary)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: