WebAppsOperationsExtensions.ListSlotsNext(IWebAppsOperations, String) Method

Definition

Gets an app's deployment slots.

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

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 an app's deployment slots.

Applies to