Freigeben über


SiteSlotFunctionCollection.GetAsync(String, CancellationToken) Methode

Definition

Beschreibung für Abrufen von Funktionsinformationen nach ihrer ID für die Website oder einem Bereitstellungsslot.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}
  • Vorgangs-IdWebApps_GetInstanceFunctionSlot
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotFunctionResource>> GetAsync (string functionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotFunctionResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotFunctionResource>>
Public Overridable Function GetAsync (functionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotFunctionResource))

Parameter

functionName
String

Funktionsname

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

functionName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

functionName ist NULL.

Gilt für: