Freigeben über


WebSiteSlotContinuousWebJobCollection.GetAsync Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}
  • Vorgang IdWebApps_GetContinuousWebJobSlot
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource>> GetAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource>>
Public Overridable Function GetAsync (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: