WebAppsOperationsExtensions.ListInstanceIdentifiersNext Method

Definition

Gets all scale-out instances of an app.

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

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 all scale-out instances of an app.

Applies to