Share via


AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolSkusNext Method

Definition

Get available SKUs for scaling a worker pool.

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

Parameters

operations
IAppServiceEnvironmentsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for Get available SKUs for scaling a worker pool.

Applies to