WebAppsOperationsExtensions.ListPerfMonCountersSlotNext Method

Definition

Gets perfmon counters for web app.

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

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 perfmon counters for web app.

Applies to