WebSiteSlotResource.GetSiteSlotFunctionAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Beschreibung für Abrufen von Funktionsinformationen nach ihrer ID für website oder einem Bereitstellungsslot.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}
- Vorgang IdWebApps_GetInstanceFunctionSlot
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotFunctionResource>> GetSiteSlotFunctionAsync (string functionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteSlotFunctionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotFunctionResource>>
override this.GetSiteSlotFunctionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotFunctionResource>>
Public Overridable Function GetSiteSlotFunctionAsync (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.