共用方式為


WebAppsOperationsExtensions.ListConfigurationSnapshotInfoSlotNext 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> ListConfigurationSnapshotInfoSlotNext (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink);
static member ListConfigurationSnapshotInfoSlotNext : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SiteConfigurationSnapshotInfo>
<Extension()>
Public Function ListConfigurationSnapshotInfoSlotNext (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