Share via


WebSiteSlotTriggeredWebJobHistoryCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/triggeredwebjobs/{webJobName}/history/{id}
  • Operation Id: WebApps_GetTriggeredWebJobHistorySlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotTriggeredWebJobHistoryResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobHistoryResource>> GetIfExistsAsync (string id, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobHistoryResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobHistoryResource>>
Public Overridable Function GetIfExistsAsync (id As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of WebSiteSlotTriggeredWebJobHistoryResource))

Parameters

id
String

History ID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

id is an empty string, and was expected to be non-empty.

id is null.

Applies to