Freigeben über


WebSiteSlotResource.GetWebSiteSlotContinuousWebJobAsync Methode

Definition

Beschreibung für Ruft einen fortlaufenden Webauftrag nach seiner ID für eine App oder einen Bereitstellungsslot ab.

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

Parameter

webJobName
String

Name des Webauftrags.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

webJobName ist NULL.

Gilt für: