Share via


AFDEndpointsOperationsExtensions.ListResourceUsageNext Method

Definition

Checks the quota and actual usage of endpoints under the given CDN profile.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Usage> ListResourceUsageNext (this Microsoft.Azure.Management.Cdn.IAFDEndpointsOperations operations, string nextPageLink);
static member ListResourceUsageNext : Microsoft.Azure.Management.Cdn.IAFDEndpointsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Usage>
<Extension()>
Public Function ListResourceUsageNext (operations As IAFDEndpointsOperations, nextPageLink As String) As IPage(Of Usage)

Parameters

operations
IAFDEndpointsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to