Compartilhar via


QueuesOperationsExtensions.ListByNamespaceNextAsync Método

Definição

Obtém as filas dentro de um namespace. 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))

Parâmetros

operations
IQueuesOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a