Share via


WebAppsOperationsExtensions.ListWebJobsNext Method

Definition

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

Parameters

operations
IWebAppsOperations
nextPageLink
String

Returns

Applies to