WebAppsOperationsExtensions.ListProcessesSlotNext Method

Definition

Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.

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

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 Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.

Applies to