WebAppsOperationsExtensions.ListConfigurationsNext Method

Definition

List the configurations of an app

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

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 List the configurations of an app

Applies to