Partager via


QueuesOperationsExtensions.ListByNamespaceNext Méthode

Définition

Obtient les files d’attente dans un espace de noms. https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx

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)

Paramètres

operations
IQueuesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à