QueuesOperationsExtensions.ListByNamespaceNext Method

Definition

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBQueue> ListByNamespaceNext (this Microsoft.Azure.Management.ServiceBus.IQueuesOperations operations, string nextPageLink);
static member ListByNamespaceNext : Microsoft.Azure.Management.ServiceBus.IQueuesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBQueue>
<Extension()>
Public Function ListByNamespaceNext (operations As IQueuesOperations, nextPageLink As String) As IPage(Of SBQueue)

Parameters

operations
IQueuesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to