Share via


QueueOperationsExtensions.ListNext(IQueueOperations, String) Method

Definition

Gets a list of all the queues under the specified storage account

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

Parameters

operations
IQueueOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to