Partager via


QueuesOperationsExtensions.ListByNamespaceNextAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBQueue>> ListByNamespaceNextAsync (this Microsoft.Azure.Management.ServiceBus.IQueuesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByNamespaceNextAsync : Microsoft.Azure.Management.ServiceBus.IQueuesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBQueue>>
<Extension()>
Public Function ListByNamespaceNextAsync (operations As IQueuesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SBQueue))

Paramètres

operations
IQueuesOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à