WebAppsOperationsExtensions.ListConfigurationSnapshotInfoNext Method

Definition

Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot.

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

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 Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot.

Applies to