Freigeben über


WebSiteSlotContinuousWebJobCollection.Get(String, CancellationToken) 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 Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource> Get (string webJobName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource>
Public Overridable Function Get (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As 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: