Partager via


WebAppsOperationsExtensions.ListDeploymentsNext Method

Definition

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

Parameters

operations
IWebAppsOperations
nextPageLink
String

Returns

Applies to