Compartilhar via


WebAppsOperationsExtensions.ListDeploymentsNext Método

Definição

Listar implantações para um aplicativo ou um slot de implantação.

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

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Comentários

Descrição para Listar implantações para um aplicativo ou um slot de implantação.

Aplica-se a