Partager via


WebAppsOperationsExtensions.ListSnapshotsSlotNext Méthode

Définition

Retourne tous les instantanés à l’utilisateur.

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

Paramètres

operations
IWebAppsOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

Remarques

Description pour Retourne tous les instantanés à l’utilisateur.

S’applique à