WebAppsOperationsExtensions.ListSnapshotsSlotNext Method

Definition

Returns all Snapshots to the user.

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)

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 Returns all Snapshots to the user.

Applies to