Sdílet prostřednictvím


TopicsOperationsExtensions.ListByNamespaceNext Method

Definition

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

Parameters

operations
ITopicsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to