UsagesOperationsExtensions.ListNext(IUsagesOperations, String) Method

Definition

Gets the current usage information as well as limits for Batch AI resources for given subscription.

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

Parameters

operations
IUsagesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to