WebAppsOperationsExtensions.ListTriggeredWebJobHistoryNext Method

Definition

List a triggered web job's history for an app, or a deployment slot.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.TriggeredJobHistory> ListTriggeredWebJobHistoryNext (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink);
static member ListTriggeredWebJobHistoryNext : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.TriggeredJobHistory>
<Extension()>
Public Function ListTriggeredWebJobHistoryNext (operations As IWebAppsOperations, nextPageLink As String) As IPage(Of TriggeredJobHistory)

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for List a triggered web job's history for an app, or a deployment slot.

Applies to