Freigeben über


NamespacesOperationsExtensions.ListNext(INamespacesOperations, String) Methode

Definition

Ruft alle verfügbaren Namespaces innerhalb des Abonnements ab, unabhängig von den Ressourcengruppen. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

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

Parameter

operations
INamespacesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: