AppServicePlansOperationsExtensions.ListUsagesNext Method

Definition

Gets server farm usage information

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

Parameters

operations
IAppServicePlansOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for Gets server farm usage information

Applies to