Share via


QuotaOperationOperationsExtensions.ListNext Method

Definition

GET quota operations.

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

Parameters

operations
IQuotaOperationOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

List all the operations supported by the Microsoft.Quota resource provider.

Applies to