Freigeben über


TopicsOperationsExtensions.ListByNamespaceNext Methode

Definition

Ruft alle Themen in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

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)

Parameter

operations
ITopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: