Compartilhar via


NamespacesOperationsExtensions.ListNextAsync Método

Definição

Lista todos os namespaces disponíveis na assinatura, independentemente dos resourceGroups.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Relay.Models.RelayNamespace>> ListNextAsync (this Microsoft.Azure.Management.Relay.INamespacesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Relay.INamespacesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Relay.Models.RelayNamespace>>
<Extension()>
Public Function ListNextAsync (operations As INamespacesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RelayNamespace))

Parâmetros

operations
INamespacesOperations

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