Partager via


WebAppsOperationsExtensions.ListDeploymentsNext Méthode

Définition

Répertorier les déploiements d’une application ou d’un emplacement de déploiement.

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)

Paramètres

operations
IWebAppsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

Remarques

Description des déploiements de liste pour une application ou un emplacement de déploiement.

S’applique à